Skip to content

Commit

Permalink
ci: Update macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Jul 12, 2024
1 parent 8eb558a commit 278426b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/run-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,31 +52,31 @@ jobs:
extra-system-packages: "glibc-tools"

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

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

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

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

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

- os: macos-12
- os: macos-latest
python-version: "3.11"
test-env: "PyQt6~=6.5.0 PyQt6-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"

Expand Down

0 comments on commit 278426b

Please sign in to comment.