Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove currently not working platforms
  • Loading branch information
filmor committed Oct 20, 2025
commit 418c703e36114d5d08823b7f141709c86f8307bc
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-latest, windows-11-arm, macos-13, macos-13-arm64]
# macos-13-arm64, windows-11-arm
# TODO:
# - Install mono via install-package action
# - Update macos images to at least 14 as 13 is retired
# - Update ubuntu images
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-latest, macos-13]
python: ['3.14', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8'] # pypy3

steps:
Expand Down
Loading