File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1620,9 +1620,9 @@ axes:
1620
1620
variables :
1621
1621
PYTHON : " /opt/mongodbtoolchain/v3/bin/python"
1622
1622
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
1626
1626
variables :
1627
1627
SINGLE_THREAD : true
1628
1628
PYTHON : " /opt/mongodbtoolchain/v3/bin/python"
@@ -1696,7 +1696,7 @@ buildvariants:
1696
1696
- ubuntu-18.04
1697
1697
- ubuntu-20.04
1698
1698
- ubuntu-18.04-arm64
1699
- - macos-10.14
1699
+ - macos-11.00
1700
1700
- windows-64-vs2017
1701
1701
auth-and-tls : " *"
1702
1702
async-runtime : " *"
@@ -1747,9 +1747,9 @@ buildvariants:
1747
1747
compressor : " *"
1748
1748
then :
1749
1749
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
1751
1751
- if :
1752
- os : ["ubuntu-18.04-arm64", "windows-64-vs2017"]
1752
+ os : ["ubuntu-18.04-arm64", "windows-64-vs2017", "macos-11.00" ]
1753
1753
auth-and-tls : " *"
1754
1754
async-runtime : " *"
1755
1755
compressor : " *"
@@ -1760,7 +1760,7 @@ buildvariants:
1760
1760
os :
1761
1761
- ubuntu-20.04
1762
1762
- ubuntu-18.04-arm64
1763
- - macos-10.14
1763
+ - macos-11.00
1764
1764
- windows-64-vs2017
1765
1765
auth-and-tls :
1766
1766
- auth-and-tls
@@ -1775,7 +1775,7 @@ buildvariants:
1775
1775
os :
1776
1776
- ubuntu-20.04
1777
1777
- ubuntu-18.04-arm64
1778
- - macos-10.14
1778
+ - macos-11.00
1779
1779
- windows-64-vs2017
1780
1780
async-runtime : " *"
1781
1781
display_name : " ${os} PLAIN auth with ${async-runtime}"
@@ -1796,7 +1796,7 @@ buildvariants:
1796
1796
os :
1797
1797
- ubuntu-20.04
1798
1798
- ubuntu-18.04-arm64
1799
- - macos-10.14
1799
+ - macos-11.00
1800
1800
- windows-64-vs2017
1801
1801
async-runtime : " *"
1802
1802
display_name : " Atlas Connectivity ${os} with ${async-runtime}"
You can’t perform that action at this time.
0 commit comments