Update macOS CI to use non-deprecated image and latest Pythons

(cherry picked from commit dcf7a8c2c2)
This commit is contained in:
Scott Talbert
2021-11-18 09:57:35 -05:00
parent 7f1e32c150
commit ad1d5234ab

View File

@@ -3,7 +3,7 @@ jobs:
timeoutInMinutes: 90
displayName: 'MacOS CI'
pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-1015'
strategy:
matrix:
Py36:
@@ -11,16 +11,16 @@ jobs:
python_pkg: 'python-3.6.8-macosx10.9.pkg'
python: 'python3.6'
Py37:
python_version: '3.7.3'
python_pkg: 'python-3.7.3-macosx10.9.pkg'
python_version: '3.7.9'
python_pkg: 'python-3.7.9-macosx10.9.pkg'
python: 'python3.7'
Py38:
python_version: '3.8.0'
python_pkg: 'python-3.8.0-macosx10.9.pkg'
python_version: '3.8.10'
python_pkg: 'python-3.8.10-macosx10.9.pkg'
python: 'python3.8'
Py39:
python_version: '3.9.0'
python_pkg: 'python-3.9.0-macosx10.9.pkg'
python_version: '3.9.9'
python_pkg: 'python-3.9.9-macosx10.9.pkg'
python: 'python3.9'