Skip to content

Commit

Permalink
Merge pull request #277 from ales-erjavec/ci/replace-macos-11-runners
Browse files Browse the repository at this point in the history
[MNT] ci: Replace deprecated macos-11 GH runners
  • Loading branch information
ales-erjavec authored Jul 16, 2024
2 parents 1d621d0 + e75bdf8 commit df37822
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,27 +49,27 @@ jobs:
extra-system-packages: "libegl1-mesa libxcb-cursor0 glibc-tools"

# macOS
- os: macos-11
- os: macos-12
python-version: 3.8
test-env: "PyQt5~=5.14.0 PyQtWebEngine~=5.14.0"

- os: macos-11
- os: macos-12
python-version: 3.9
test-env: "PyQt5~=5.15.0 PyQtWebEngine~=5.15.0"

- os: macos-12
- os: macos-13
python-version: "3.10"
test-env: "PyQt5~=5.15.0 PyQtWebEngine~=5.15.0"

- os: macos-12
- os: macos-13
python-version: "3.11"
test-env: "PyQt6~=6.2.3 PyQt6-Qt6~=6.2.3 PyQt6-WebEngine~=6.2.1 PyQt6-WebEngine-Qt6~=6.2.1"

- os: macos-12
- os: macos-latest
python-version: "3.11"
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0 PyQt6-WebEngine~=6.5.0 PyQt6-WebEngine-Qt6~=6.5.0"

- os: macos-12
- os: macos-latest
python-version: "3.12"
test-env: "PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0 PyQt6-WebEngine~=6.5.0 PyQt6-WebEngine-Qt6~=6.5.0"

Expand Down

0 comments on commit df37822

Please sign in to comment.