Skip to content

Commit 61dafe0

Browse files
authored
ci: upgrade FreeBSD version (#169)
1 parent ce71a79 commit 61dafe0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
RUSTUP_IO_THREADS: 1
181181
with:
182182
operating_system: freebsd
183-
version: '14.3'
183+
version: '15.0'
184184
memory: 8G
185185
cpu_count: 3
186186
environment_variables: 'DEBUG RUSTUP_IO_THREADS'
@@ -321,11 +321,12 @@ jobs:
321321
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
322322
if: ${{ contains(matrix.target, 'armv7') }}
323323
- name: Test bindings
324-
uses: addnab/docker-run-action@v3
324+
uses: tj-actions/docker-run@v2
325325
with:
326326
image: ${{ steps.docker.outputs.IMAGE }}
327+
name: test-binding
327328
options: -v ${{ steps.docker.outputs.PNPM_STORE_PATH }}:${{ steps.docker.outputs.PNPM_STORE_PATH }} -v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }} --platform ${{ steps.docker.outputs.PLATFORM }}
328-
run: npm run test
329+
args: npm run test
329330
test-wasi:
330331
name: Test WASI target
331332
needs:

0 commit comments

Comments
 (0)