Skip to content
Snippets Groups Projects

CI: update used docker image to latest Ubuntu LTS

Closed Stefan Schmidt requested to merge (removed):ci-update into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,7 +4,7 @@ default:
stages:
- build
image: gcc
image: ubuntu:22.04
build:
stage: build
Loading