summaryrefslogtreecommitdiff
path: root/.gitlab-ci/config.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-05-08 14:45:00 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-05-08 14:45:10 +1000
commitd21d826b63196a8f0f1fcd394301591903e67fd9 (patch)
tree1654a05869fe969d2373d06bd8f56f3f423726dc /.gitlab-ci/config.yml
parentd399abca1acdc132ee78480fab43e18fa35736cc (diff)
downloadlibevdev-d21d826b63196a8f0f1fcd394301591903e67fd9.tar.gz
CI: bump to new fedoras and ubuntusHEADmaster
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci/config.yml')
-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 c601391..ff214e5 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-02-15.0'
+.default_tag: &default_tag '2023-05-08.0'
distributions:
- name: fedora
@@ -12,8 +12,8 @@ distributions:
# only one distro for qemu tests
use_for_qemu_tests: true
versions:
- - '36'
- '37'
+ - '38'
packages:
- git
- gcc
@@ -42,7 +42,7 @@ distributions:
- name: ubuntu
tag: *default_tag
versions:
- - '22.04'
+ - '23.04'
- '22.10'
packages:
- git