Skip to content

Commit

Permalink
ci: switch macos-12 -> 13, add py13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 19, 2024
1 parent 59923f0 commit 932e0bf
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 932e0bf

Please sign in to comment.