mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
Update macOS CI to use non-deprecated image and latest Pythons
(cherry picked from commit dcf7a8c2c2)
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user