Skip to content

Commit 4768d04

Browse files
committed
apple silicon build test
1 parent 80c886c commit 4768d04

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: C/C++ debug arm macos
2+
3+
on:
4+
push:
5+
branches:
6+
- pr1
7+
8+
jobs:
9+
build:
10+
11+
runs-on: macos-14
12+
13+
steps:
14+
- uses: actions/checkout@v2
15+
- name: build deps & slicer
16+
run: ./BuildMacOS.sh -ia
17+
- name: Upload artifact
18+
uses: actions/[email protected]
19+
with:
20+
name: nightly_macos_arm_debug.dmg
21+
path: build/${{ github.event.repository.name }}.dmg
22+
- name: Upload artifact
23+
uses: actions/[email protected]
24+
with:
25+
name: nightly_arm_macos.tar
26+
path: build/${{ github.event.repository.name }}.tar

0 commit comments

Comments
 (0)