Skip to content

Commit 28177e2

Browse files
ci: update deprecated CI runners (#356)
1 parent bec6874 commit 28177e2

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/build-tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
strategy:
1515
matrix:
1616
cases:
17-
- { os: "ubuntu-20.04", cuda-version: "11.2.2", source: "nvidia" }
17+
- { os: "ubuntu-22.04", cuda-version: "11.7.0", source: "nvidia" }
1818
- { os: "ubuntu-22.04", cuda-version: "11.8.0", source: "nvidia" }
1919
- {
20-
os: "ubuntu-20.04",
21-
cuda-version: "11.6.2",
20+
os: "ubuntu-22.04",
21+
cuda-version: "11.7.0",
2222
source: "nvidia",
2323
toolchain: "llvm",
2424
toolchain-version: "16",

.github/workflows/integration-tests.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
matrix:
1616
cases:
1717
- {
18-
os: "ubuntu-20.04",
19-
cuda-version: "11.6.2",
18+
os: "ubuntu-22.04",
19+
cuda-version: "11.7.0",
2020
source: "nvidia",
2121
toolchain: "nvcc",
2222
}
2323
- {
24-
os: "ubuntu-20.04",
25-
cuda-version: "11.6.2",
24+
os: "ubuntu-22.04",
25+
cuda-version: "11.7.0",
2626
source: "nvidia",
2727
toolchain: "llvm",
2828
toolchain-version: "16",
@@ -82,14 +82,14 @@ jobs:
8282
matrix:
8383
cases:
8484
- {
85-
os: "ubuntu-20.04",
86-
cuda-version: "11.6.2",
85+
os: "ubuntu-22.04",
86+
cuda-version: "11.7.0",
8787
source: "nvidia",
8888
toolchain: "nvcc",
8989
}
9090
- {
91-
os: "ubuntu-20.04",
92-
cuda-version: "11.6.2",
91+
os: "ubuntu-22.04",
92+
cuda-version: "11.7.0",
9393
source: "nvidia",
9494
toolchain: "llvm",
9595
toolchain-version: "16",

.github/workflows/utilities-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os:
17-
- ubuntu-20.04
17+
- ubuntu-22.04
1818
- windows-2019
1919
bazel-version:
2020
# NOTE: read from .bazelversion so that we don't randomly break our
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: Jimver/[email protected]
4545
with:
46-
cuda: 11.6.2
46+
cuda: 11.7.0
4747
sub-packages: '["cudart"]'
4848
method: network
4949

0 commit comments

Comments
 (0)