Skip to content

Commit

Permalink
ci: specify macos version to control architecture (#979)
Browse files Browse the repository at this point in the history
GitHub Actions changes are being rolled out to change `macos-latest` to
use `macos-14` which has ARM architecture. Specify `macos-13` to
continue to test on x86-64.

https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
  • Loading branch information
aliciaaevans authored Apr 8, 2024
1 parent 4c51ae3 commit 18aa598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GithubActionTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fi
test-macosx:
name: OSX tests
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 18aa598

Please sign in to comment.