Skip to content

Commit bbcb1ff

Browse files
committed
M1 runner
1 parent 7cdedce commit bbcb1ff

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/m1.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: M1 test
2+
on:
3+
- push
4+
5+
jobs:
6+
try-macos-arm64:
7+
name: Try macOS on M1
8+
runs-on: [self-hosted, macOS, M1]
9+
defaults:
10+
run:
11+
shell: "/usr/bin/arch -arch arm64e /bin/bash {0}"
12+
steps:
13+
- name: Status
14+
run: |
15+
clang --version
16+
uname -a
17+
- name: Checkout
18+
uses: actions/checkout@v2

0 commit comments

Comments
 (0)