Skip to content

Commit

Permalink
Don't run non-Qt tests on MacOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed May 23, 2024
1 parent bda901e commit 83c0c9d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ jobs:
- libegl1-mesa
envs: |
# Tests without Qt
# Tests without Qt. For now glfw can't run on MacOS runners in headless mode
# so we only run on Linux and Windows.
- linux: py38-test
- macos: py39-test
- windows: py310-test
- linux: py311-test
- macos: py311-test-dev
- windows: py39-test
- linux: py310-test
- windows: py311-test
- linux: py311-test-dev
# Tests with Qt
- linux: py38-test-pyqt63
Expand Down

0 comments on commit 83c0c9d

Please sign in to comment.