Skip to content

Commit 7d74a1b

Browse files
charlesrocketnikneym
authored andcommitted
ci: add macos job
1 parent 402580e commit 7d74a1b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/test.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,23 @@ jobs:
113113
zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42/zig build test --summary all
114114
zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42/zig build -Demit-example -Demit-bench --summary all
115115
116+
test-aarch64-macos:
117+
runs-on: macos-latest
118+
steps:
119+
- name: Checkout code
120+
uses: actions/checkout@v4
121+
122+
- name: Install zig
123+
uses: goto-bus-stop/setup-zig@v2
124+
with:
125+
version: 0.14.0
126+
127+
- name: test
128+
run: zig build test --summary all
129+
130+
- name: build all benchmarks and examples
131+
run: zig build -Demit-example -Demit-bench --summary all
132+
116133
test-x86_64-windows:
117134
strategy:
118135
matrix:

0 commit comments

Comments
 (0)