Skip to content

Commit

Permalink
Funny what difference an s can make...
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 15, 2024
1 parent 416f65c commit 11019e2
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,22 +202,12 @@ jobs:
fail-fast: false
matrix:
framework: [ "toga", "pyside6", "pygame", "console" ]
runner-os: [ "macos-13", "macos-latest", "windows-latest" ]
runner-os: [ "macos-13", "macos-latest", "ubuntu-latest", "windows-latest" ]

includes:
include:
# A version of Python that is supported by all the GUI toolkits.
- python-version: "3.12"

# Explicitly enumerate Ubuntu cases to force use of the system Python
- framework: toga
runner-os: ubuntu-latest
python-version: system
- framework: pyside6
runner-os: ubuntu-latest
python-version: system
- framework: pygame
runner-os: ubuntu-latest
python-version: system
- framework: console
runner-os: ubuntu-latest
# Ubuntu must always use the system Python
- runner-os: ubuntu-latest
python-version: system

0 comments on commit 11019e2

Please sign in to comment.