Skip to content

Commit 50220ae

Browse files
committed
Tracking ci.yml changes from master.
1 parent bdf22c8 commit 50220ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_sh_def.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ jobs:
333333
# Testing NVCC; forces sources to behave like .cu files
334334
cuda:
335335
runs-on: ubuntu-latest
336-
name: "🐍 3.8 • CUDA 11 • Ubuntu 20.04"
337-
container: nvidia/cuda:11.0-devel-ubuntu20.04
336+
name: "🐍 3.8 • CUDA 11.2 • Ubuntu 20.04"
337+
container: nvidia/cuda:11.2.2-devel-ubuntu20.04
338338

339339
steps:
340340
- uses: actions/checkout@v3

.github/workflows/ci_sh_def.yml.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- ci.yml 2022-05-05 16:12:58.585658042 -0700
2-
+++ ci_sh_def.yml 2022-05-05 16:13:29.421627917 -0700
1+
--- ci.yml 2022-05-17 16:37:59.918807241 -0700
2+
+++ ci_sh_def.yml 2022-05-17 16:38:42.057673676 -0700
33
@@ -1,4 +1,16 @@
44
-name: CI
55
+# PLEASE KEEP THIS GROUP OF FILES IN SYNC AT ALL TIMES:

0 commit comments

Comments
 (0)