Skip to content

Commit

Permalink
[ci] Switch GitlabCI build image to GCC 9
Browse files Browse the repository at this point in the history
The GCC 8 image (based on Debian Buster) is too old to support the
required minimum CMake version 3.18, but the GCC 9 image (based on
Debian Bullseye) has v3.18.4.
  • Loading branch information
grandchild committed Oct 16, 2024
1 parent 9c42b1d commit d7e66ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: gcc:8
image: gcc:9

build:
stage: build
Expand Down

0 comments on commit d7e66ab

Please sign in to comment.