Skip to content

Commit c773139

Browse files
committed
Set Ubuntu for archery via env
1 parent 54c9d6b commit c773139

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,15 @@ jobs:
108108
title: AMD64 Ubuntu Meson
109109
- envs:
110110
- CUDA=13.0.2
111+
- UBUNTU=24.04
111112
image: ubuntu-cuda-cpp
112113
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.xlarge/image=ubuntu24-gpu-x64"
113114
title: AMD64 Ubuntu 24 CUDA 13.0.2
114115
- envs:
115116
- CUDA=11.7.1
117+
- UBUNTU=22.04
116118
image: ubuntu-cuda-cpp
117-
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.xlarge/image=ubuntu22-gpu-x64"
119+
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.xlarge/image=ubuntu24-gpu-x64"
118120
title: AMD64 Ubuntu 22 CUDA 11.7.1
119121
# TODO: We should remove this "continue-on-error: true" once GH-47207 is resolved
120122
- continue-on-error: true

0 commit comments

Comments
 (0)