Skip to content

Commit

Permalink
ci: switch macos-12 -> 13, add py13 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Nov 19, 2024
1 parent 59923f0 commit d1ac9ee
Show file tree
Hide file tree
Showing 3 changed files with 2,824 additions and 1,346 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, macos-12, windows-2022 ]
python: [ "310", "311", "312" ]
os: [ ubuntu-22.04, macos-13, windows-2022 ]
python: [ "310", "311", "312", "313" ]
env:
GCC_V: 11
steps:
Expand Down
Loading

0 comments on commit d1ac9ee

Please sign in to comment.