Skip to content

Commit d1ac9ee

Browse files
authored
ci: switch macos-12 -> 13, add py13 (#48)
1 parent 59923f0 commit d1ac9ee

File tree

3 files changed

+2824
-1346
lines changed

3 files changed

+2824
-1346
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)