diff --git a/.gitlab/ci/common.gitlab-ci.yml b/.gitlab/ci/common.gitlab-ci.yml index 4e0b0acf04c4d87b76b2b8f785e489ef4e8e496d..5532bfa82acf74dbaec4ff42caa2f71e66bcaec3 100644 --- a/.gitlab/ci/common.gitlab-ci.yml +++ b/.gitlab/ci/common.gitlab-ci.yml @@ -12,7 +12,7 @@ stages: - run default: - image: python:3.10 + image: python:3.11 interruptible: true .install_dependencies: @@ -23,6 +23,6 @@ default: .compiler_versions: parallel: matrix: - - VERSION: [ "10", "11", "12" ] + - VERSION: [ "11", "12" ] ... diff --git a/.gitlab/ci/run.gitlab-ci.yml b/.gitlab/ci/run.gitlab-ci.yml index 58bbaf89442a3e68bae6faae2ccd8f16a5f201ac..ba958478c3df0c6443f53747ec66e7ecb488465e 100644 --- a/.gitlab/ci/run.gitlab-ci.yml +++ b/.gitlab/ci/run.gitlab-ci.yml @@ -6,7 +6,7 @@ --- run: - image: gcc:11 + image: gcc:12 stage: run script: - cd build_gcc_11/bin/ && ./helloWorld