Skip to content

Commit 87c3b97

Browse files
authored
RUST-843 Bump evergreen macos hosts to 11.00 (#762)
1 parent 2160f8c commit 87c3b97

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.evergreen/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,9 +1620,9 @@ axes:
16201620
variables:
16211621
PYTHON: "/opt/mongodbtoolchain/v3/bin/python"
16221622
VENV_BIN_DIR: "bin"
1623-
- id: macos-10.14
1624-
display_name: "MacOS 10.14"
1625-
run_on: macos-1014
1623+
- id: macos-11.00
1624+
display_name: "MacOS 11.00"
1625+
run_on: macos-1100
16261626
variables:
16271627
SINGLE_THREAD: true
16281628
PYTHON: "/opt/mongodbtoolchain/v3/bin/python"
@@ -1696,7 +1696,7 @@ buildvariants:
16961696
- ubuntu-18.04
16971697
- ubuntu-20.04
16981698
- ubuntu-18.04-arm64
1699-
- macos-10.14
1699+
- macos-11.00
17001700
- windows-64-vs2017
17011701
auth-and-tls: "*"
17021702
async-runtime: "*"
@@ -1747,9 +1747,9 @@ buildvariants:
17471747
compressor: "*"
17481748
then:
17491749
remove_tasks: [".3.6", ".4.0"]
1750-
# haproxy isn't installed on windows / ubuntu-arm
1750+
# haproxy isn't installed on windows / ubuntu-arm / macos 11
17511751
- if:
1752-
os: ["ubuntu-18.04-arm64", "windows-64-vs2017"]
1752+
os: ["ubuntu-18.04-arm64", "windows-64-vs2017", "macos-11.00"]
17531753
auth-and-tls: "*"
17541754
async-runtime: "*"
17551755
compressor: "*"
@@ -1760,7 +1760,7 @@ buildvariants:
17601760
os:
17611761
- ubuntu-20.04
17621762
- ubuntu-18.04-arm64
1763-
- macos-10.14
1763+
- macos-11.00
17641764
- windows-64-vs2017
17651765
auth-and-tls:
17661766
- auth-and-tls
@@ -1775,7 +1775,7 @@ buildvariants:
17751775
os:
17761776
- ubuntu-20.04
17771777
- ubuntu-18.04-arm64
1778-
- macos-10.14
1778+
- macos-11.00
17791779
- windows-64-vs2017
17801780
async-runtime: "*"
17811781
display_name: "${os} PLAIN auth with ${async-runtime}"
@@ -1796,7 +1796,7 @@ buildvariants:
17961796
os:
17971797
- ubuntu-20.04
17981798
- ubuntu-18.04-arm64
1799-
- macos-10.14
1799+
- macos-11.00
18001800
- windows-64-vs2017
18011801
async-runtime: "*"
18021802
display_name: "Atlas Connectivity ${os} with ${async-runtime}"

0 commit comments

Comments
 (0)