Skip to content

Commit 5751654

Browse files
authored
chore: upgrade dependencies (#138)
1 parent b3760b0 commit 5751654

File tree

4 files changed

+650
-497
lines changed

4 files changed

+650
-497
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- uses: mlugg/setup-zig@v2
129129
if: ${{ contains(matrix.settings.target, 'musl') }}
130130
with:
131-
version: 0.13.0
131+
version: 0.15.1
132132
- name: Install cargo-zigbuild
133133
uses: taiki-e/install-action@v2
134134
if: ${{ contains(matrix.settings.target, 'musl') }}
@@ -180,7 +180,7 @@ jobs:
180180
RUSTUP_IO_THREADS: 1
181181
with:
182182
operating_system: freebsd
183-
version: '14.2'
183+
version: '14.3'
184184
memory: 8G
185185
cpu_count: 3
186186
environment_variables: 'DEBUG RUSTUP_IO_THREADS'
@@ -232,7 +232,6 @@ jobs:
232232
target: aarch64-apple-darwin
233233
architecture: arm64
234234
node:
235-
- '18'
236235
- '20'
237236
- '22'
238237
runs-on: ${{ matrix.settings.host }}
@@ -272,7 +271,6 @@ jobs:
272271
- aarch64-unknown-linux-musl
273272
- armv7-unknown-linux-gnueabihf
274273
node:
275-
- '18'
276274
- '20'
277275
- '22'
278276
runs-on: ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}

0 commit comments

Comments
 (0)