Skip to content

Commit bbc53e6

Browse files
author
Beat Buesser
committed
Update base image
Signed-off-by: Beat Buesser <[email protected]>
1 parent ede9717 commit bbc53e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
test:
23-
runs-on: ubuntu-16.04
23+
runs-on: ubuntu-20.04
2424
strategy:
2525
fail-fast: false
2626
matrix:

.github/workflows/ci-mxnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
test:
23-
runs-on: ubuntu-16.04
23+
runs-on: ubuntu-18.04
2424
strategy:
2525
fail-fast: false
2626
matrix:

0 commit comments

Comments
 (0)