Skip to content

Commit

Permalink
Switch github runner to macos-12 as macos-latest is now arm64 (action…
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed May 16, 2024
1 parent b9633e9 commit 33072b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-12]
fail-fast: false

steps:
Expand Down

0 comments on commit 33072b1

Please sign in to comment.