File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
fail-fast : false
21
21
matrix :
22
22
include :
23
+ # - platform: 'macos-latest'
24
+ # args: '--target aarch64-apple-darwin'
25
+ # arch: 'aarch64'
23
26
- 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'
29
29
- platform : ' ubuntu-24.04'
30
30
args : ' '
31
31
arch : ' x86_64'
@@ -156,4 +156,4 @@ jobs:
156
156
releaseBody : ${{ startsWith(github.ref, 'refs/tags/') && 'See the assets to download and install this version.' || '' }}
157
157
releaseDraft : ${{ startsWith(github.ref, 'refs/tags/') }}
158
158
prerelease : false
159
- # args: ${{ matrix.args }}
159
+ args : ${{ matrix.args }}
You can’t perform that action at this time.
0 commit comments