File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,13 +110,13 @@ jobs:
110110 - CUDA=13.0.2
111111 - UBUNTU=24.04
112112 image : ubuntu-cuda-cpp
113- runs-on : " runs-on=${{ github.run_id }}/family=g4dn.xlarge /image=ubuntu24-gpu-x64"
113+ runs-on : " runs-on=${{ github.run_id }}/family=g6f.large /image=ubuntu24-gpu-x64"
114114 title : AMD64 Ubuntu 24 CUDA 13.0.2
115115 - envs :
116116 - CUDA=11.7.1
117117 - UBUNTU=22.04
118118 image : ubuntu-cuda-cpp
119- runs-on : " runs-on=${{ github.run_id }}/family=g4dn.xlarge /image=ubuntu24-gpu-x64"
119+ runs-on : " runs-on=${{ github.run_id }}/family=g6f.large /image=ubuntu24-gpu-x64"
120120 title : AMD64 Ubuntu 22 CUDA 11.7.1
121121 # TODO: We should remove this "continue-on-error: true" once GH-47207 is resolved
122122 - continue-on-error : true
You can’t perform that action at this time.
0 commit comments