summaryrefslogtreecommitdiff
path: root/.gitlab-ci/config.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-11-19 11:14:54 +0100
committerThomas Haller <thaller@redhat.com>2022-11-23 09:18:43 +0100
commit941f998792157276c7531487d7e056cefd6dbc8d (patch)
tree114ce90f211940c76589f9d9fe5b4b3e3867323b /.gitlab-ci/config.yml
parent1106146bfdf3be19d1f55fb752264b2693c2350b (diff)
downloadNetworkManager-941f998792157276c7531487d7e056cefd6dbc8d.tar.gz
gitlab-ci: update default Fedora image for building pages and check steps
We want to follow current Fedora, so update to f37. Also, we now use clang-format from Fedora 37 release, so the default image in gitlab-ci must match, because that image is used for the "check-tree" test.
Diffstat (limited to '.gitlab-ci/config.yml')
-rw-r--r--.gitlab-ci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index b52c0e3e67..3a9f45905b 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -66,4 +66,4 @@ distributions:
# specifies which of the above distros is used as source for pages
pages_build:
name: fedora
- version: '36'
+ version: '37'