Skip to content

Commit 51fabee

Browse files
committed
Replace ubuntu18.04 with ubuntu20.04
Ubuntu 18.04 is not supported anymore Signed-off-by: Jordan Jacobelli <[email protected]>
1 parent 533bf38 commit 51fabee

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.devcontainer/cuda11.1-gcc7/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.12-cpp-gcc7-cuda11.1-ubuntu18.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc7-cuda11.1-ubuntu20.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},

.devcontainer/cuda11.1-gcc8/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.12-cpp-gcc8-cuda11.1-ubuntu18.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc8-cuda11.1-ubuntu20.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},

.devcontainer/cuda11.1-gcc9/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.12-cpp-gcc9-cuda11.1-ubuntu18.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc9-cuda11.1-ubuntu20.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},

.devcontainer/cuda11.1-llvm9/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.12-cpp-llvm9-cuda11.1-ubuntu18.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-llvm9-cuda11.1-ubuntu20.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},

ci/matrix.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ msvc2022: &msvc2022 { name: 'cl', version: '14.39', exe: 'cl++' }
4747
# Configurations that will run for every PR
4848
pull_request:
4949
nvcc:
50-
- {cuda: *cuda_prev_min, os: 'ubuntu18.04', cpu: 'amd64', compiler: *gcc7 }
51-
- {cuda: *cuda_prev_min, os: 'ubuntu18.04', cpu: 'amd64', compiler: *gcc8 }
52-
- {cuda: *cuda_prev_min, os: 'ubuntu18.04', cpu: 'amd64', compiler: *gcc9 }
53-
- {cuda: *cuda_prev_min, os: 'ubuntu18.04', cpu: 'amd64', compiler: *llvm9 }
50+
- {cuda: *cuda_prev_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *gcc7 }
51+
- {cuda: *cuda_prev_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *gcc8 }
52+
- {cuda: *cuda_prev_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *gcc9 }
53+
- {cuda: *cuda_prev_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *llvm9 }
5454
- {cuda: *cuda_prev_max, os: 'ubuntu22.04', cpu: 'amd64', compiler: *gcc11 }
5555
- {cuda: *cuda_curr_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *gcc7 }
5656
- {cuda: *cuda_curr_min, os: 'ubuntu20.04', cpu: 'amd64', compiler: *gcc8 }

0 commit comments

Comments
 (0)