Skip to content

Commit e540069

Browse files
committed
fix darwin typo
1 parent 3cc584e commit e540069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15296,7 +15296,7 @@ buildvariants:
1529615296
run_on: macos-11-arm64
1529715297
tags: []
1529815298
expansions:
15299-
executable_os_id: "darwin-x64"
15299+
executable_os_id: "darwin-arm64"
1530015300
disable_openssl_shared_config_for_bundled_openssl: false
1530115301
node_js_version: "20.18.1"
1530215302
mongosh_server_test_version: "stable-enterprise"

.evergreen/evergreen.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ const ALL_E2E_TEST_BUILD_VARIANTS = [
583583
displayName: "MacOS Big Sur arm64",
584584
runOn: "macos-11-arm64",
585585
name: "darwin_arm64",
586-
executableOsId: "darwin-x64",
586+
executableOsId: "darwin-arm64",
587587
mVersion: "stable",
588588
},
589589
{

0 commit comments

Comments
 (0)