We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e202aca commit df6b747Copy full SHA for df6b747
.github/workflows/ci_container.yaml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
config:
22
- - { name: "ubuntu-18.04", os: "ubuntu-18.04" }
+ - { name: "ubuntu-20.04", os: "ubuntu-20.04" }
23
name: build-container-linux
24
runs-on: ${{ matrix.config.os }}
25
steps:
0 commit comments