Skip to content

Commit

Permalink
ci: Bump i686_multiprocess.sh to latest Ubuntu LTS
Browse files Browse the repository at this point in the history
There is no need to have it stuck on the previous one.
This is needed for the next commit.
  • Loading branch information
MarcoFalke authored and pull[bot] committed Feb 13, 2024
1 parent f65f7f4 commit c85ec5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test/00_setup_env_i686_multiprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8

export HOST=i686-pc-linux-gnu
export CONTAINER_NAME=ci_i686_multiprocess
export CI_IMAGE_NAME_TAG="docker.io/amd64/ubuntu:20.04"
export CI_IMAGE_NAME_TAG="docker.io/amd64/ubuntu:22.04"
export PACKAGES="cmake llvm clang g++-multilib"
export DEP_OPTS="DEBUG=1 MULTIPROCESS=1"
export GOAL="install"
Expand Down

0 comments on commit c85ec5c

Please sign in to comment.