Skip to content

Commit 8807daf

Browse files
Fix image
1 parent b7a2466 commit 8807daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks-and-builds.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
needs: check-style
4343
runs-on: ubuntu-latest
4444
container:
45-
image: rapidsai/ci-wheel:cuda12.2.2-ubuntu22.04-py3.9
45+
image: rapidsai/ci-wheel:cuda12.2.2-ubuntu20.04-py3.9
4646
env:
4747
PUBLISH: "${{ inputs.publish }}"
4848
RAPIDS_CONDA_TOKEN: ${{ secrets.CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN }}

0 commit comments

Comments
 (0)