Skip to content

Commit

Permalink
ci: Replace deprecated macos-11 GH runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Jul 16, 2024
1 parent 1d621d0 commit e75bdf8
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 e75bdf8

Please sign in to comment.