Skip to content

Commit 964b291

Browse files
committed
update
1 parent 47e10a3 commit 964b291

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on: [workflow_dispatch]
1010
jobs:
1111
pre-release:
1212
runs-on: "ubuntu-latest"
13-
#container:
14-
# image: ubuntu:18.04
15-
# options: --privileged
13+
container:
14+
image: ubuntu:20.04
15+
options: --privileged
1616

1717
steps:
1818
- name: Install packages

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on: [workflow_dispatch]
1010
jobs:
1111
pre-release:
1212
runs-on: "ubuntu-latest"
13-
#container:
14-
# image: ubuntu:18.04
15-
# options: --privileged
13+
container:
14+
image: ubuntu:20.04
15+
options: --privileged
1616

1717
steps:
1818
- name: Install packages

0 commit comments

Comments
 (0)