Skip to content

Commit

Permalink
Move from Ubuntu 21.04 (EoL) to 22.04
Browse files Browse the repository at this point in the history
Refers to #7
  • Loading branch information
a13xp0p0v committed Sep 18, 2022
1 parent 258760f commit 7b78a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ UBUNTU_VERSION="20.04"
build_gcc_container ${GCC_VERSION} ${UBUNTU_VERSION}

GCC_VERSION="11"
UBUNTU_VERSION="21.04"
UBUNTU_VERSION="22.04"
build_gcc_container ${GCC_VERSION} ${UBUNTU_VERSION}

build_clang_container ()
Expand All @@ -73,6 +73,6 @@ build_clang_container ()

CLANG_VERSION="12"
GCC_VERSION="10"
UBUNTU_VERSION="21.04"
UBUNTU_VERSION="22.04"
build_clang_container ${CLANG_VERSION} ${GCC_VERSION} ${UBUNTU_VERSION}

0 comments on commit 7b78a28

Please sign in to comment.