gitlab-ci: use Fedora 33 to build sources

This commit is contained in:
Ben Boeckel
2020-11-12 09:44:45 -05:00
parent 061f7d5ca3
commit 6e35919e15
+1 -1
View File
@@ -12,7 +12,7 @@
LAUNCHER: "scl enable devtoolset-6 rh-python36 --"
.linux_prep_source:
image: "fedora:32"
image: "fedora:33"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"