Skip to content

Commit 932e0bf

Browse files
committed
ci: switch macos-12 -> 13, add py13 to test matrix
1 parent 59923f0 commit 932e0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
os: [ ubuntu-22.04, macos-12, windows-2022 ]
64-
python: [ "310", "311", "312" ]
63+
os: [ ubuntu-22.04, macos-13, windows-2022 ]
64+
python: [ "310", "311", "312", "313" ]
6565
env:
6666
GCC_V: 11
6767
steps:

0 commit comments

Comments
 (0)