Skip to content

Commit

Permalink
Temporarily enable patchable for 'test-packaged-app-macos-14-x64'
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Sep 24, 2024
1 parent 63c8c02 commit 869c9a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .evergreen/buildvariants-and-tasks.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const TEST_PACKAGED_APP_BUILD_VARIANTS = [
name: 'test-packaged-app-macos-14-x64',
display_name: 'MacOS x64 14',
run_on: 'macos-14-gui',
patchable: false,
patchable: true,
depends_on: 'package-macos-x64'
}
];
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/buildvariants-and-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ buildvariants:
- name: test-packaged-app-macos-14-x64
display_name: Test Packaged App MacOS x64 14
run_on: macos-14-gui
patchable: false
patchable: true
depends_on:
- name: package-compass
variant: package-macos-x64
Expand Down

0 comments on commit 869c9a7

Please sign in to comment.