We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c9d6b commit c773139Copy full SHA for c773139
.github/workflows/cpp_extra.yml
@@ -108,13 +108,15 @@ jobs:
108
title: AMD64 Ubuntu Meson
109
- envs:
110
- CUDA=13.0.2
111
+ - UBUNTU=24.04
112
image: ubuntu-cuda-cpp
113
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.xlarge/image=ubuntu24-gpu-x64"
114
title: AMD64 Ubuntu 24 CUDA 13.0.2
115
116
- CUDA=11.7.1
117
+ - UBUNTU=22.04
118
- 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"
120
title: AMD64 Ubuntu 22 CUDA 11.7.1
121
# TODO: We should remove this "continue-on-error: true" once GH-47207 is resolved
122
- continue-on-error: true
0 commit comments