Skip to content

Commit 02475c1

Browse files
committed
try memory machine
1 parent 95a5568 commit 02475c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
build-jax:
6565
needs: build-base
66-
runs-on: ${{ inputs.ARCHITECTURE == 'amd64' && 'linux-amd64-cpu32' || 'linux-arm64-cpu32'}}
66+
runs-on: ${{ inputs.ARCHITECTURE == 'amd64' && 'linux-amd64-cpu16m' || 'linux-arm64-cpu32'}}
6767
steps:
6868
- name: Checkout repository
6969
uses: actions/checkout@v4

0 commit comments

Comments
 (0)