Skip to content

Commit

Permalink
Temporary switch test workflow to old runners because new one are not…
Browse files Browse the repository at this point in the history
… enabled on hidet-org/hidet
  • Loading branch information
vadiklyutiy committed Dec 20, 2024
1 parent 7b8dd43 commit 4508cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

build-docs:
runs-on:
group: ${{ inputs.runner_group || 'arc-l4' }}
arc-runner-set
container:
image: nvidia/cuda:12.6.2-devel-ubuntu22.04
options: --gpus all
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
fail-fast: false
matrix: ${{ fromJSON(needs.list-test-dirs.outputs.matrix) }}
runs-on:
group: ${{ inputs.runner_group || 'arc-l4' }}
arc-runner-set
container:
image: nvidia/cuda:12.6.2-devel-ubuntu22.04
steps:
Expand Down

0 comments on commit 4508cbd

Please sign in to comment.