Skip to content

Commit

Permalink
#2364: use Ubuntu 22.04 in documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Oct 29, 2024
1 parent a6bad05 commit 7b32279
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- develop

- 2364-fix-documentation-build
jobs:

build:
Expand All @@ -14,10 +14,10 @@ jobs:
env:
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 18.04
UBUNTU: 22.04
COMPILER_TYPE: gnu
COMPILER: gcc-8
HOST_COMPILER: gcc-8
COMPILER: gcc-11
HOST_COMPILER: gcc-11
BUILD_TYPE: release
ULIMIT_CORE: 0
VT_LB: 1
Expand Down

0 comments on commit 7b32279

Please sign in to comment.