Skip to content

Commit

Permalink
CI: use macos-latest for apple silicion builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Feb 10, 2025
1 parent 2ed55f6 commit fd423fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
# macos-13 is an intel runner, macos-latest is apple silicon
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fd423fe

Please sign in to comment.