Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit d42c958

Browse files
committed
CI: add ARM runner (build only)
The ARM runner still cannot be used for running tests, as nested virt is still unsupported. Signed-off-by: Akihiro Suda <[email protected]>
1 parent 68e199e commit d42c958

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/compile.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
matrix:
3030
os:
3131
- macos-13 # Intel
32-
- macos-14-large # Intel
33-
- macos-15-large # Intel
32+
- macos-14 # ARM
33+
- macos-15 # ARM
3434
go:
3535
- '^1.22'
3636
- '^1.23'
@@ -47,6 +47,9 @@ jobs:
4747
run: make -C example/linux
4848
- name: Build GUI Linux
4949
run: make -C example/gui-linux
50+
- name: Build macOS
51+
run: make -C example/macOS
52+
if: runner.arch == 'ARM64'
5053
test:
5154
needs: build
5255
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)