ci: Update to macOS 11, add 12
See https://github.com/actions/runner-images/issues/5583
This commit is contained in:
parent
65aa61f33f
commit
2b2682f14c
|
|
@ -138,16 +138,16 @@ jobs:
|
|||
- testenv: py311-pyqt515
|
||||
os: ubuntu-20.04
|
||||
python: "3.11-dev"
|
||||
### macOS: PyQt 5.15 (Python 3.9 to match PyInstaller env)
|
||||
### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env)
|
||||
- testenv: py39-pyqt515
|
||||
os: macos-10.15
|
||||
os: macos-11
|
||||
python: "3.9"
|
||||
args: "tests/unit" # Only run unit tests on macOS
|
||||
### macOS Monterey
|
||||
- testenv: py39-pyqt515
|
||||
os: macos-12
|
||||
python: "3.9"
|
||||
args: "tests/unit" # Only run unit tests on macOS
|
||||
### macOS Big Sur
|
||||
# - testenv: py39-pyqt515
|
||||
# os: macos-11.0
|
||||
# python: "3.9"
|
||||
# args: "tests/unit" # Only run unit tests on macOS
|
||||
### Windows: PyQt 5.15 (Python 3.9 to match PyInstaller env)
|
||||
- testenv: py39-pyqt515
|
||||
os: windows-2019
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: macos-10.15
|
||||
- os: macos-11
|
||||
branch: master
|
||||
toxenv: build-release
|
||||
name: macos
|
||||
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
toxenv: build-release
|
||||
name: windows-32bit
|
||||
|
||||
- os: macos-10.15
|
||||
- os: macos-11
|
||||
args: --debug
|
||||
branch: master
|
||||
toxenv: build-release
|
||||
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
toxenv: build-release
|
||||
name: windows-32bit-debug
|
||||
|
||||
- os: macos-10.15
|
||||
- os: macos-11
|
||||
branch: qt6-v2
|
||||
toxenv: build-release-qt6
|
||||
name: qt6-macos
|
||||
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
branch: qt6-v2
|
||||
toxenv: build-release-qt6
|
||||
name: qt6-windows-64bit
|
||||
- os: macos-10.15
|
||||
- os: macos-11
|
||||
args: --debug
|
||||
branch: qt6-v2
|
||||
toxenv: build-release-qt6
|
||||
|
|
|
|||
Loading…
Reference in New Issue