Skip to content

Commit 33c7404

Browse files
authored
chore(ci): move macos signature verification to arm64 MONGOSH-1915 (#2314)
I just missed this in MONGOSH-1915 / 7c26c7a.
1 parent cbc264a commit 33c7404

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11618,7 +11618,7 @@ buildvariants:
1161811618
- name: verify_artifact_win32msi_x64
1161911619
- name: verify_mac_artifact
1162011620
display_name: "MacOS (Signature Verification)"
11621-
run_on: macos-11
11621+
run_on: macos-14-arm64
1162211622
tasks:
1162311623
- name: verify_artifact_darwin_arm64
1162411624
- name: verify_artifact_darwin_x64

.evergreen/evergreen.yml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ buildvariants:
15671567
- name: verify_artifact_win32msi_x64
15681568
- name: verify_mac_artifact
15691569
display_name: "MacOS (Signature Verification)"
1570-
run_on: macos-11
1570+
run_on: macos-14-arm64
15711571
tasks:
15721572
- name: verify_artifact_darwin_arm64
15731573
- name: verify_artifact_darwin_x64

0 commit comments

Comments
 (0)