aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>2024-03-21 19:05:27 +0900
committerKenjiro Nakayama <nakayamakenjiro@gmail.com>2024-03-21 22:06:39 +0900
commit73787b1824c12c5aa73c875b6321b0a0e7f885be (patch)
treebcdc05829a41c2b08988255621592a8532c08fd5 /.github
parentab8c8c269d50346abec9839094ef4ca191fcfc40 (diff)
downloadportable-73787b1824c12c5aa73c875b6321b0a0e7f885be.tar.gz
portable-73787b1824c12c5aa73c875b6321b0a0e7f885be.tar.bz2
portable-73787b1824c12c5aa73c875b6321b0a0e7f885be.zip
Run tests for macos-14 on arm64
macos-12 and macos-13 fails `make test` on arm64 but macos-14 does not. Hence this patch enables it on github action.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index f570f19..cd52d2c 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -34,3 +34,4 @@ jobs:
34 run: ./scripts/test 34 run: ./scripts/test
35 env: 35 env:
36 ARCH: "${{ matrix.arch }}" 36 ARCH: "${{ matrix.arch }}"
37 OS: "${{ matrix.os }}"