Skip to content

Commit 601520d

Browse files
committed
Run CI on macos-15 for now.
1 parent 961510b commit 601520d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: beeware/.github/.github/workflows/app-build-verify.yml@main
3232
with:
3333
python-version: ${{ matrix.python-version }}
34-
runner-os: macos-26
34+
runner-os: macos-15
3535
framework: ${{ matrix.framework }}
3636
target-platform: macOS
3737
target-format: Xcode
@@ -40,9 +40,7 @@ jobs:
4040
matrix:
4141
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
4242
framework: [ "toga", "pyside6", "pygame", "console" ]
43-
# Pygame and PySide6 haven't published 3.14 wheels yet.
43+
# Pygame hasn't published 3.14 wheels yet.
4444
exclude:
45-
- python-version: "3.14"
46-
framework: pyside6
4745
- python-version: "3.14"
4846
framework: pygame

0 commit comments

Comments
 (0)