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 committed Mar 21, 2024
1 parent 14ec878 commit a25a7f9
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 a25a7f9

Please sign in to comment.