Skip to content

Commit

Permalink
ci: Add m1 runner to matrix (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: Shivaraj B H <[email protected]>
  • Loading branch information
srid and shivaraj-bh authored Feb 27, 2024
1 parent 65ebef1 commit 8d877fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d877fb

Please sign in to comment.