Skip to content

Commit 61407cc

Browse files
committed
ci: run OSX only for py313
1 parent 8c591a3 commit 61407cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
max-parallel: 4
1919
matrix:
2020
os: [ubuntu-latest, macos-latest]
21-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
2221
test_server: [false]
2322
include:
23+
- os: ubuntu-latest
24+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
2425
- os: macos-latest
2526
python: '3.13'
2627
env:

0 commit comments

Comments
 (0)