We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ab123 commit d4b1ebbCopy full SHA for d4b1ebb
1 file changed
.github/workflows/release.yml
@@ -18,9 +18,9 @@ jobs:
18
- os: macos-latest
19
platform: darwin
20
arch: arm64
21
- - os: ubuntu-latest
22
- platform: linux
23
- arch: x64
+ # - os: ubuntu-latest
+ # platform: linux
+ # arch: x64
24
runs-on: ${{ matrix.os }}
25
26
steps:
@@ -157,8 +157,8 @@ jobs:
157
fail-fast: false
158
matrix:
159
include:
160
- # - platform: 'ubuntu-22.04'
161
- # args: ''
+ - platform: 'ubuntu-22.04'
+ args: ''
162
- platform: 'windows-latest'
163
args: ''
164
# - platform: 'macos-latest' # for Arm based macs (M1 and above).
0 commit comments