We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bad05 commit 2742e9eCopy full SHA for 2742e9e
.github/workflows/build-docs.yml
@@ -14,10 +14,10 @@ jobs:
14
env:
15
REPO: lifflander1/vt
16
ARCH: amd64
17
- UBUNTU: 18.04
+ UBUNTU: 22.04
18
COMPILER_TYPE: gnu
19
- COMPILER: gcc-8
20
- HOST_COMPILER: gcc-8
+ COMPILER: gcc-11
+ HOST_COMPILER: gcc-11
21
BUILD_TYPE: release
22
ULIMIT_CORE: 0
23
VT_LB: 1
ci/docker/ubuntu-gnu-docs.dockerfile
@@ -1,5 +1,6 @@
1
ARG arch=amd64
2
-FROM ${arch}/ubuntu:18.04 as base
+ARG ubuntu=22.04
3
+FROM ${arch}/ubuntu:${ubuntu} as base
4
5
ARG proxy=""
6
ARG compiler=gcc-8
0 commit comments