We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a5568 commit 02475c1Copy full SHA for 02475c1
.github/workflows/_ci.yaml
@@ -63,7 +63,7 @@ jobs:
63
64
build-jax:
65
needs: build-base
66
- runs-on: ${{ inputs.ARCHITECTURE == 'amd64' && 'linux-amd64-cpu32' || 'linux-arm64-cpu32'}}
+ runs-on: ${{ inputs.ARCHITECTURE == 'amd64' && 'linux-amd64-cpu16m' || 'linux-arm64-cpu32'}}
67
steps:
68
- name: Checkout repository
69
uses: actions/checkout@v4
0 commit comments