Skip to content

Commit

Permalink
fixup: use correct display name
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Oct 7, 2024
1 parent 9bb00f9 commit 56e8a9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16369,10 +16369,10 @@ tasks:
# Need to run builds for every possible build variant.
buildvariants:
- name: darwin_unit
display_name: "MacOS Big Sur (Unit tests)"
display_name: "MacOS 14 arm64 (Unit tests)"
run_on: macos-14-arm64
expansions:
executable_os_id: darwin-x64
executable_os_id: darwin-arm64
tasks:
- name: check
- name: test_n20_arg_parser
Expand Down
4 changes: 2 additions & 2 deletions .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1502,10 +1502,10 @@ tasks:
# Need to run builds for every possible build variant.
buildvariants:
- name: darwin_unit
display_name: "MacOS Big Sur (Unit tests)"
display_name: "MacOS 14 arm64 (Unit tests)"
run_on: macos-14-arm64
expansions:
executable_os_id: darwin-x64
executable_os_id: darwin-arm64
tasks:
- name: check
<% for (const test of ALL_UNIT_TESTS.filter(t => t.variants.includes('darwin'))) { %>
Expand Down

0 comments on commit 56e8a9b

Please sign in to comment.