summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-01-04 12:11:16 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-02-15 08:31:58 +1000
commit689d1eb01cd629e253b55253509b6547cb81295b (patch)
tree3d234c92ed6e9611632205b358fd904e1bea3ad0 /.gitlab-ci
parent2eb0bb4be47df9eac5ba91d1739075b19d9b436b (diff)
gitlab CI: bump to latest fedoras
The F37 update was delayed by https://github.com/systemd/systemd/pull/25941 which is now available in F37 as of v251.11 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index ba3af4d..c601391 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -3,7 +3,7 @@
#
# We're happy to rebuild all containers when one changes.
-.default_tag: &default_tag '2023-01-05.0'
+.default_tag: &default_tag '2023-02-15.0'
distributions:
- name: fedora
@@ -12,8 +12,8 @@ distributions:
# only one distro for qemu tests
use_for_qemu_tests: true
versions:
- - '34'
- - '35'
+ - '36'
+ - '37'
packages:
- git
- gcc