Skip to content

Commit

Permalink
GitHub Actions: Replace deprecated macos-12 with macos-13 (#2756)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Sep 3, 2024
1 parent 265011a commit 77df0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- { os: macos-latest, py: "brew@3.8" }
- { os: ubuntu-latest, py: "3.7" }
- { os: windows-latest, py: "3.7" }
- { os: macos-12, py: "3.7" }
- { os: macos-13, py: "3.7" }
- { os: ubuntu-latest, py: "pypy-3.7" }
- { os: windows-latest, py: "pypy-3.7" }
- { os: macos-12, py: "pypy-3.7" }
- { os: macos-13, py: "pypy-3.7" }
exclude:
- { os: windows-latest, py: "pypy-3.10" }
- { os: windows-latest, py: "pypy-3.9" }
Expand Down

0 comments on commit 77df0a0

Please sign in to comment.