ci: Add m1 runner to matrix (#89)

Co-authored-by: Shivaraj B H <sbh69840@gmail.com>
This commit is contained in:
Sridhar Ratnakumar 2024-02-27 09:30:41 -05:00 committed by GitHub
parent 65ebef12e5
commit 8d877fb488
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, macos-14]
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main