Skip to content

Commit

Permalink
Use macos-12 GHA runner
Browse files Browse the repository at this point in the history
- sil-thot currently doesn't support ARM on MacOS
  • Loading branch information
ddaspit committed May 9, 2024
1 parent 2a80929 commit 5d24ecc
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
defaults:
run:
Expand Down

0 comments on commit 5d24ecc

Please sign in to comment.