We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc584e commit e540069Copy full SHA for e540069
.evergreen.yml
@@ -15296,7 +15296,7 @@ buildvariants:
15296
run_on: macos-11-arm64
15297
tags: []
15298
expansions:
15299
- executable_os_id: "darwin-x64"
+ executable_os_id: "darwin-arm64"
15300
disable_openssl_shared_config_for_bundled_openssl: false
15301
node_js_version: "20.18.1"
15302
mongosh_server_test_version: "stable-enterprise"
.evergreen/evergreen.yml.in
@@ -583,7 +583,7 @@ const ALL_E2E_TEST_BUILD_VARIANTS = [
583
displayName: "MacOS Big Sur arm64",
584
runOn: "macos-11-arm64",
585
name: "darwin_arm64",
586
- executableOsId: "darwin-x64",
+ executableOsId: "darwin-arm64",
587
mVersion: "stable",
588
},
589
{
0 commit comments