@@ -47,10 +47,10 @@ msvc2022: &msvc2022 { name: 'cl', version: '14.39', exe: 'cl++' }
4747# Configurations that will run for every PR
4848pull_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