Skip to content

Commit

Permalink
CI: test on macOS/{Intel,M1}
Browse files Browse the repository at this point in the history
  • Loading branch information
pjonsson committed Apr 17, 2024
1 parent 082d7b2 commit 2881b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Do not cancel other jobs on first failure.
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest, macos-13, macos-14 ]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 2881b01

Please sign in to comment.