Skip to content

Commit

Permalink
bump CI mac jobs to macos-13 from macos-12 (will be phased out in De…
Browse files Browse the repository at this point in the history
…c 24) (#475)
  • Loading branch information
slayoo authored Nov 8, 2024
1 parent c30971f commit 0dd54e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
needs: [nojit_and_codecov, pylint, pdoc, precommit, zenodo_json]
strategy:
matrix:
platform: [ubuntu-latest, macos-12, macos-14, windows-latest]
platform: [ubuntu-latest, macos-13, macos-14, windows-latest]
python-version: ["3.9", "3.12"]
exclude:
- platform: macos-14
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
needs: [pylint, precommit]
strategy:
matrix:
platform: [ubuntu-latest, macos-12, macos-14, windows-latest]
platform: [ubuntu-latest, macos-13, macos-14, windows-latest]
python-version: ["3.9", "3.12"]
fail-fast: false
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 0dd54e2

Please sign in to comment.