Skip to content

Commit

Permalink
Update workflow test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasMarvin committed Jul 24, 2024
1 parent cf014af commit 59c540b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/javascript-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
os: "ubuntu-22.04"
- neon-out-name: "aarch64-unknown-linux-gnu-index.node"
container: "quay.io/pypa/manylinux_2_28_aarch64:latest"
args: "--platform linux/arm64"
os: "buildjet-4vcpu-ubuntu-2204-arm"
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
defaults:
run:
Expand Down

0 comments on commit 59c540b

Please sign in to comment.