Skip to content

Commit

Permalink
[github] no need to use macos-15-latest which requires upgrading, jus…
Browse files Browse the repository at this point in the history
…t doing macos-latest which is arm64
  • Loading branch information
albarrentine committed Dec 24, 2024
1 parent ff623ae commit 4f51945
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ jobs:
build_and_test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-15-large # x86_64
- macos-15 # arm64
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4f51945

Please sign in to comment.