summaryrefslogtreecommitdiff
path: root/.gitlab-ci/config.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-11-09 10:00:52 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2021-11-29 09:31:09 +0000
commit081510ed94dd29c6084204bc30f7b99310dec3c0 (patch)
tree90be6cdd41dbe016f2f86fc2048694e143d7aa46 /.gitlab-ci/config.yml
parent615221a99cdd5059b2632cba923bc04c92165dbc (diff)
downloadNetworkManager-081510ed94dd29c6084204bc30f7b99310dec3c0.tar.gz
gitlab-ci: use Fedora 35 as default build target
Diffstat (limited to '.gitlab-ci/config.yml')
-rw-r--r--.gitlab-ci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index 35bc8a29aa..eb96ce18e8 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -8,7 +8,7 @@
#
# We're happy to rebuild all containers when one changes.
-.default_tag: &default_tag '2021-08-30.0'
+.default_tag: &default_tag '2021-11-09.0'
# The list of all distributions we want to create job for.
@@ -64,4 +64,4 @@ distributions:
# specifies which of the above distros is used as source for pages
pages_build:
name: fedora
- version: '34'
+ version: '35'