Skip to content

Commit f930783

Browse files
authored
Create main.yml
1 parent c2d20a8 commit f930783

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/main.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
on:
2+
push:
3+
branches:
4+
- 3.11
5+
6+
jobs:
7+
mac_arm:
8+
name: MacOS ARM Build
9+
runs-on: macos-latest
10+
steps:
11+
- name: Run Build
12+
run: bash build.mac.sh
13+
mac_x64:
14+
name: MacOS Intel Build
15+
runs-on: macos-latest
16+
steps:
17+
- name: Run Build
18+
run: arch -x86_64 bash build.mac.sh

0 commit comments

Comments
 (0)