Skip to content

Commit 8b52197

Browse files
committed
ci: universal arch works?
1 parent 251e4bc commit 8b52197

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
include:
23+
# - platform: 'macos-latest'
24+
# args: '--target aarch64-apple-darwin'
25+
# arch: 'aarch64'
2326
- platform: 'macos-latest'
24-
args: '--target aarch64-apple-darwin'
25-
arch: 'aarch64'
26-
#- platform: 'macos-latest'
27-
# args: '--target x86_64-apple-darwin'
28-
# arch: 'x86_64'
27+
args: '--target x86_64-apple-darwin'
28+
arch: 'x86_64'
2929
- platform: 'ubuntu-24.04'
3030
args: ''
3131
arch: 'x86_64'
@@ -156,4 +156,4 @@ jobs:
156156
releaseBody: ${{ startsWith(github.ref, 'refs/tags/') && 'See the assets to download and install this version.' || '' }}
157157
releaseDraft: ${{ startsWith(github.ref, 'refs/tags/') }}
158158
prerelease: false
159-
# args: ${{ matrix.args }}
159+
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)