[github] no need to use macos-15-latest which requires upgrading, just doing macos-latest which is arm64

This commit is contained in:
Al
2024-12-23 19:06:08 -05:00
parent ff623ae2dc
commit 4f51945402

View File

@@ -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