Skip to content

Commit 6a1764a

Browse files
authored
Update jax-array-api.yml
1 parent 1bf8531 commit 6a1764a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jax-array-api.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ concurrency:
1414

1515
jobs:
1616
build:
17-
runs-on: linux-x86-g2-16-l4-1gpu-quoct
17+
runs-on: linux-x86-n2-16
1818
container: us-docker.pkg.dev/ml-oss-artifacts-published/ml-public-container/ml-build:infrastructure-public-image-2d2a7b1e6e2e
1919
steps:
2020
- name: Set the value
2121
id: step_one
2222
run: |
2323
echo "action_state=yellow" >> "$GITHUB_ENV"
24+
sleep 1000
2425
- name: Use the value
2526
id: step_two
2627
run: |

0 commit comments

Comments
 (0)