Skip to content

Commit fc2b922

Browse files
committed
Tracking ci.yml changes from master.
1 parent 9319f4a commit fc2b922

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci_sh_def.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
- '3.10'
5151
- '3.11'
5252
- '3.12'
53-
- 'pypy-3.7'
5453
- 'pypy-3.8'
5554
- 'pypy-3.9'
55+
- 'pypy-3.10'
5656

5757
# Items in here will either be added to the build matrix (if not
5858
# present), or add new keys to an existing matrix element if all the
@@ -355,8 +355,8 @@ jobs:
355355
# Testing NVCC; forces sources to behave like .cu files
356356
cuda:
357357
runs-on: ubuntu-latest
358-
name: "🐍 3.10 • CUDA 11.7 • Ubuntu 22.04"
359-
container: nvidia/cuda:11.7.0-devel-ubuntu22.04
358+
name: "🐍 3.10 • CUDA 12.2 • Ubuntu 22.04"
359+
container: nvidia/cuda:12.2.0-devel-ubuntu22.04
360360

361361
steps:
362362
- 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 2023-06-27 15:11:06.976142533 -0700
2-
+++ ci_sh_def.yml 2023-06-27 15:11:46.760090228 -0700
1+
--- ci.yml 2023-07-12 13:23:42.051641241 -0700
2+
+++ ci_sh_def.yml 2023-07-12 13:24:17.295586495 -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)