Skip to content

Commit d1d09e4

Browse files
committed
try mac
1 parent d7dc37e commit d1d09e4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- os: linux
19-
runs-on: ubuntu-latest
18+
- os: darwin
19+
runs-on: macos-latest
2020
arch: amd64
21+
- os: darwin
22+
runs-on: macos-latest
23+
arch: arm64
2124

2225
steps:
2326
- name: Checkout code

0 commit comments

Comments
 (0)