Skip to content

Commit

Permalink
chore(ci): move macOS unit tests to MacOS 14 arm64
Browse files Browse the repository at this point in the history
macos-14-arm64 has 20 hosts allocated, macos-11 only 5, so this should
help with CI times on macOS.
  • Loading branch information
addaleax committed Oct 7, 2024
1 parent d7e9d66 commit 9d2fec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17210,7 +17210,7 @@ tasks:
buildvariants:
- name: darwin_unit
display_name: "MacOS Big Sur (Unit tests)"
run_on: macos-11
run_on: macos-14-arm64
expansions:
executable_os_id: darwin-x64
tasks:
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ tasks:
buildvariants:
- name: darwin_unit
display_name: "MacOS Big Sur (Unit tests)"
run_on: macos-11
run_on: macos-14-arm64
expansions:
executable_os_id: darwin-x64
tasks:
Expand Down

0 comments on commit 9d2fec6

Please sign in to comment.