mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
gitlab-ci: update to Fedora 34 for upload jobs
Also add 'cmake' tag to match the rest of our jobs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user