File tree Expand file tree Collapse file tree 4 files changed +650
-497
lines changed Expand file tree Collapse file tree 4 files changed +650
-497
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
- uses : mlugg/setup-zig@v2
129
129
if : ${{ contains(matrix.settings.target, 'musl') }}
130
130
with :
131
- version : 0.13.0
131
+ version : 0.15.1
132
132
- name : Install cargo-zigbuild
133
133
uses : taiki-e/install-action@v2
134
134
if : ${{ contains(matrix.settings.target, 'musl') }}
@@ -180,7 +180,7 @@ jobs:
180
180
RUSTUP_IO_THREADS : 1
181
181
with :
182
182
operating_system : freebsd
183
- version : ' 14.2 '
183
+ version : ' 14.3 '
184
184
memory : 8G
185
185
cpu_count : 3
186
186
environment_variables : ' DEBUG RUSTUP_IO_THREADS'
@@ -232,7 +232,6 @@ jobs:
232
232
target : aarch64-apple-darwin
233
233
architecture : arm64
234
234
node :
235
- - ' 18'
236
235
- ' 20'
237
236
- ' 22'
238
237
runs-on : ${{ matrix.settings.host }}
@@ -272,7 +271,6 @@ jobs:
272
271
- aarch64-unknown-linux-musl
273
272
- armv7-unknown-linux-gnueabihf
274
273
node :
275
- - ' 18'
276
274
- ' 20'
277
275
- ' 22'
278
276
runs-on : ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
You can’t perform that action at this time.
0 commit comments