Skip to content

Commit

Permalink
Run sanity on M1 macOS as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Apr 30, 2024
1 parent 04082a9 commit bb315a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, ubuntu-22.04, windows-2022]
os: [macos-13, macos-14, ubuntu-22.04, windows-2022]
steps:
- uses: actions/checkout@v4
- run: cargo -vv run -vv --release

0 comments on commit bb315a0

Please sign in to comment.