Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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 4 .evergreen/buildvariants-and-tasks.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ const PACKAGE_BUILD_VARIANTS = [
{
name: 'package-macos-x64',
display_name: 'Package MacOS Intel',
run_on: 'macos-14',
run_on: 'macos-13',
target_platform: 'macos',
},
{
name: 'package-macos-arm',
display_name: 'Package MacOS Arm64',
run_on: 'macos-14-arm64',
run_on: 'macos-13-arm64',
target_platform: 'macos-arm',
}
];
Expand Down
4 changes: 2 additions & 2 deletions 4 .evergreen/buildvariants-and-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ buildvariants:
expansions:
target_platform: macos
display_name: Package MacOS Intel
run_on: macos-14
run_on: macos-13
tasks:
- name: package-compass
- name: package-compass-isolated
Expand All @@ -71,7 +71,7 @@ buildvariants:
expansions:
target_platform: macos-arm
display_name: Package MacOS Arm64
run_on: macos-14-arm64
run_on: macos-13-arm64
tasks:
- name: package-compass
- name: package-compass-isolated
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.