Skip to content

Commit

Permalink
Run macos-13 (actual x86_64 latest) and macos-14 (arm64) CIs
Browse files Browse the repository at this point in the history
Signed-off-by: Taiju Yamada <[email protected]>
  • Loading branch information
cielavenir authored and mdcornu committed Mar 25, 2024
1 parent 38279f5 commit 7b30857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- macos-13 # x86_64
- macos-14 # arm64
assembler:
- nasm
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7b30857

Please sign in to comment.