Skip to content
Snippets Groups Projects
Verified Commit 9ca6cfaa authored by Hueser, Christian's avatar Hueser, Christian
Browse files

Upgrade Python and Gcc Docker images used

* To fix the CI pipeline the Docker images are upgraded.
parent e826f016
No related branches found
No related tags found
No related merge requests found
......@@ -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" ]
...
......@@ -6,7 +6,7 @@
---
run:
image: gcc:11
image: gcc:12
stage: run
script:
- cd build_gcc_11/bin/ && ./helloWorld
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment