Browse Source

gitlab-ci: use Fedora 33 to build sources

Ben Boeckel 5 years ago
parent
commit
6e35919e15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab/os-linux.yml

+ 1 - 1
.gitlab/os-linux.yml

@@ -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"