Browse Source

gitlab-ci: update to Fedora 34 for upload jobs

Also add 'cmake' tag to match the rest of our jobs.
Brad King 4 years ago
parent
commit
a69e6dba92
1 changed files with 4 additions and 2 deletions
  1. 4 2
      .gitlab/upload.yml

+ 4 - 2
.gitlab/upload.yml

@@ -1,9 +1,10 @@
 # Steps for uploading artifacts
 
 .rsync_upload_binary:
-    image: "fedora:32"
+    image: "fedora:34"
     stage: upload
     tags:
+        - cmake
         - docker
         - linux
         - build
@@ -19,8 +20,9 @@
 
 .rsync_upload_help:
     stage: upload
-    image: "fedora:33"
+    image: "fedora:34"
     tags:
+        - cmake
         - docker
         - linux
         - build