Run macos-13 (actual x86_64 latest) and macos-14 (arm64) CIs

Signed-off-by: Taiju Yamada <tyamada@bi.a.u-tokyo.ac.jp>
This commit is contained in:
Taiju Yamada 2024-03-08 09:01:18 +09:00 committed by Marcel Cornu
parent 38279f5e9e
commit 7b30857e20

View File

@ -29,7 +29,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- macos-13 # x86_64
- macos-14 # arm64
assembler:
- nasm
runs-on: ${{ matrix.os }}