Skip to content

Commit

Permalink
GHA: use macos-12 runner (#1386)
Browse files Browse the repository at this point in the history
Prevents unclear timeouts that occur with `macos-14-arm64` (see #1383).
  • Loading branch information
dweindl authored May 3, 2024
1 parent fbfae2a commit 4f778cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
file: ./coverage.xml

mac:
runs-on: macos-latest
runs-on: macos-12
strategy:
matrix:
python-version: ['3.12']
Expand Down

0 comments on commit 4f778cc

Please sign in to comment.