Skip to content

Commit 4f6f8c7

Browse files
committed
ci: test on aarch64 macOS
1 parent a4960a9 commit 4f6f8c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
os: macOS
2323
arch: x86_64
2424
clang-version: 17
25+
- runner: macos-15
26+
os: macOS
27+
arch: aarch64
28+
clang-version: 17
2529
fail-fast: false
2630
name: "test (${{ matrix.runner }}: ${{ matrix.os }} ${{ matrix.arch}}, Clang ${{ matrix.clang-version }})"
2731
runs-on: ${{ matrix.runner }}

0 commit comments

Comments
 (0)