Skip to content

Commit

Permalink
Exclude Pyside2 from macOS builds due to wheel availability.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 10, 2023
1 parent 0691083 commit de88abc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ jobs:
matrix:
framework: [ "toga", "pyside2", "pyside6", "ppb", "pygame" ]
runner-os: [ "macos-latest", "ubuntu-22.04", "windows-latest" ]
exclude:
# PySide2 doesn't publish *any* universal or ARM64 wheels, and is unlikely to
# ever do so, so we can't test pyside2 on macOS
- runner-os: "macos-latest"
framework: "pyside2"

0 comments on commit de88abc

Please sign in to comment.