Skip to content

Commit

Permalink
fix darwin typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Dec 17, 2024
1 parent 3cc584e commit e540069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15296,7 +15296,7 @@ buildvariants:
run_on: macos-11-arm64
tags: []
expansions:
executable_os_id: "darwin-x64"
executable_os_id: "darwin-arm64"
disable_openssl_shared_config_for_bundled_openssl: false
node_js_version: "20.18.1"
mongosh_server_test_version: "stable-enterprise"
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ const ALL_E2E_TEST_BUILD_VARIANTS = [
displayName: "MacOS Big Sur arm64",
runOn: "macos-11-arm64",
name: "darwin_arm64",
executableOsId: "darwin-x64",
executableOsId: "darwin-arm64",
mVersion: "stable",
},
{
Expand Down

0 comments on commit e540069

Please sign in to comment.