Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): switch to newer macos-11{,-arm64}-gui distros COMPASS-8696 #6573

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .evergreen/buildvariants-and-tasks.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ const TEST_PACKAGED_APP_BUILD_VARIANTS = [
{
name: 'test-packaged-app-macos-11-arm',
display_name: 'MacOS arm64 11',
run_on: 'macos-1100-arm64-gui',
run_on: 'macos-11-arm64-gui',
depends_on: 'package-macos-arm'
},
{
name: 'test-packaged-app-macos-11-x64',
display_name: 'MacOS x64 11',
run_on: 'macos-1100-gui',
run_on: 'macos-11-gui',
patchable: false,
depends_on: 'package-macos-x64'
},
Expand Down
4 changes: 2 additions & 2 deletions .evergreen/buildvariants-and-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ buildvariants:
- name: test-packaged-app-3
- name: test-packaged-app-macos-11-arm
display_name: Test Packaged App MacOS arm64 11
run_on: macos-1100-arm64-gui
run_on: macos-11-arm64-gui
patchable: true
depends_on:
- name: package-compass
Expand All @@ -191,7 +191,7 @@ buildvariants:
- name: test-packaged-app-3
- name: test-packaged-app-macos-11-x64
display_name: Test Packaged App MacOS x64 11
run_on: macos-1100-gui
run_on: macos-11-gui
patchable: false
depends_on:
- name: package-compass
Expand Down
Loading