Skip to content

Commit

Permalink
ci: Update macos runner images
Browse files Browse the repository at this point in the history
macos-13 is deprecated
  • Loading branch information
ales-erjavec committed Nov 8, 2024
1 parent ef6a766 commit ba8486d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ jobs:
extra-system-packages: "glibc-tools"

# macOS
- os: macos-12
- os: macos-13
python-version: 3.9
test-env: "PyQt5~=5.14.0"

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

- os: macos-13
- os: macos-14
python-version: "3.11"
test-env: "PyQt5~=5.15.0"

- os: macos-14
- os: macos-15
python-version: "3.11"
test-env: "PyQt6~=6.2.3 PyQt6-Qt6~=6.2.3"

Expand Down

0 comments on commit ba8486d

Please sign in to comment.