Skip to content

Commit

Permalink
chore(ci): switch to newer macos-11{,-arm64}-gui distros COMPASS-8696
Browse files Browse the repository at this point in the history
… (#207)
  • Loading branch information
addaleax authored Dec 18, 2024
1 parent 1e7eb69 commit 12992e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ buildvariants:
- check
- name: macos_x64_test
display_name: 'macOS 11.00 x64'
run_on: macos-1100-gui
run_on: macos-11-gui
tasks:
- test
- test_electron
- name: macos_arm64_test
display_name: 'macOS 11.00 arm64'
run_on: macos-1100-arm64-gui
run_on: macos-11-arm64-gui
tasks:
- test
- test_electron
Expand Down

0 comments on commit 12992e7

Please sign in to comment.