Skip to content

Commit 418c703

Browse files
committed
Remove currently not working platforms
1 parent 0e016d5 commit 418c703

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-latest, windows-11-arm, macos-13, macos-13-arm64]
46+
# macos-13-arm64, windows-11-arm
47+
# TODO:
48+
# - Install mono via install-package action
49+
# - Update macos images to at least 14 as 13 is retired
50+
# - Update ubuntu images
51+
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-latest, macos-13]
4752
python: ['3.14', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8'] # pypy3
4853

4954
steps:

0 commit comments

Comments
 (0)