Skip to content

Commit

Permalink
use macos-13 over macos-12 in GHA (longer support, +1 cpu core)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Apr 23, 2024
1 parent 2b4a239 commit d95eb41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ jobs:
python-version: 3.9
include:
# Workaround for https://github.com/actions/setup-python/issues/696
- os: "macos-12"
- os: "macos-13"
python-version: 3.7
- os: "macos-12"
- os: "macos-13"
python-version: 3.8
- os: "macos-12"
- os: "macos-13"
python-version: 3.9
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d95eb41

Please sign in to comment.