Skip to content

Commit ac76857

Browse files
committed
Try using g6f.large instances
1 parent c773139 commit ac76857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)