Skip to content

Commit 4d70899

Browse files
committed
fix: use Ubuntu 22 instead of 20 to make CI run again
1 parent b5107fa commit 4d70899

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@ jobs:
3333
- os: ubuntu-22.04
3434
cuda: "11.7"
3535
arch: 89
36-
- os: ubuntu-20.04
36+
- os: ubuntu-22.04
3737
cuda: "11.3"
3838
arch: 86
39-
- os: ubuntu-20.04
39+
- os: ubuntu-22.04
4040
cuda: "11.3"
4141
arch: 75
42-
- os: ubuntu-20.04
42+
- os: ubuntu-22.04
4343
cuda: "11.3"
4444
arch: 70
45-
- os: ubuntu-20.04
45+
- os: ubuntu-22.04
4646
cuda: "11.3"
4747
arch: 61
48-
- os: ubuntu-20.04
48+
- os: ubuntu-22.04
4949
cuda: "11.3"
5050
arch: 53
51-
- os: ubuntu-20.04
51+
- os: ubuntu-22.04
5252
cuda: "11.3"
5353
arch: 37
5454
env:

0 commit comments

Comments
 (0)