We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e10a3 commit 964b291Copy full SHA for 964b291
.github/workflows/build.yml
@@ -10,9 +10,9 @@ on: [workflow_dispatch]
10
jobs:
11
pre-release:
12
runs-on: "ubuntu-latest"
13
- #container:
14
- # image: ubuntu:18.04
15
- # options: --privileged
+ container:
+ image: ubuntu:20.04
+ options: --privileged
16
17
steps:
18
- name: Install packages
.github/workflows/test.yml
0 commit comments