Skip to content

Commit 2d7e881

Browse files
committedDec 23, 2024
feat: add macos-arm64 support to GitHub Actions workflow
1 parent 4312135 commit 2d7e881

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/publish.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Release
99
strategy:
1010
matrix:
11-
kind: ["linux", "windows", "macos"]
11+
kind: ["linux", "windows", "macos", "macos-arm64"]
1212
include:
1313
- kind: linux
1414
os: ubuntu-latest
@@ -19,6 +19,9 @@ jobs:
1919
- kind: macos
2020
os: macos-latest
2121
target: osx-x64
22+
- kind: macos-arm64
23+
os: macos-latest
24+
target: osx-arm64
2225
runs-on: ${{ matrix.os }}
2326

2427
steps:

0 commit comments

Comments
 (0)