Skip to content

Commit d4791c5

Browse files
committed
try use docker to prepare for upcoming deprecation
1 parent 1e12097 commit d4791c5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/kcpp-build-release-linux-cuda12.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ env:
77

88
jobs:
99
linux:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
11+
container:
12+
image: ubuntu:20.04 # Run everything inside Ubuntu 20.04
1113
steps:
1214
- name: Clone
1315
id: checkout

.github/workflows/kcpp-build-release-linux.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ env:
77

88
jobs:
99
linux:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
11+
container:
12+
image: ubuntu:20.04 # Run everything inside Ubuntu 20.04
1113
steps:
1214
- name: Clone
1315
id: checkout

0 commit comments

Comments
 (0)