Skip to content

Commit

Permalink
Just use macos-latest for all but pinned versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Nov 8, 2024
1 parent a1b23b7 commit e3ee8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

test-macos:
name: "Run tests on MacOS"
runs-on: macos-15-arm64
runs-on: macos-latest
env:
#LDFLAGS: "-ld64" # For MacOS 13 and above (XCode CLT 15 and above.)
CC: gcc-14
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [macos-14]
os: [macos-latest]

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

0 comments on commit e3ee8ff

Please sign in to comment.