Skip to content

Commit 5ff1903

Browse files
authored
ci: update FreeBSD and docker (#452)
1 parent b0b4800 commit 5ff1903

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
@@ -159,7 +159,7 @@ jobs:
159159
RUSTUP_IO_THREADS: 1
160160
with:
161161
operating_system: freebsd
162-
version: '14.3'
162+
version: '15.0'
163163
memory: 8G
164164
cpu_count: 3
165165
environment_variables: 'DEBUG RUSTUP_IO_THREADS'
@@ -300,11 +300,12 @@ jobs:
300300
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
301301
if: ${{ contains(matrix.target, 'armv7') }}
302302
- name: Test bindings
303-
uses: addnab/docker-run-action@v3
303+
uses: tj-actions/docker-run@v2
304304
with:
305305
image: ${{ steps.docker.outputs.IMAGE }}
306+
name: test-bindings-${{ matrix.target }}
306307
options: -v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }} --platform ${{ steps.docker.outputs.PLATFORM }}
307-
run: yarn test
308+
args: yarn test
308309
test-wasi:
309310
name: Test WASI target
310311
needs:

0 commit comments

Comments
 (0)