.gitlab-ci: Update CI base image to Fedora 38

Signed-off-by: Daiki Ueno <dueno@src.gnome.org>
This commit is contained in:
Daiki Ueno 2023-10-18 16:17:09 +09:00
parent 7f97e5e0fa
commit 8efde50455
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
image: registry.gitlab.gnome.org/gnome/libsecret/master:v1
image: registry.gitlab.gnome.org/gnome/libsecret/master:v2
stages:
- build
@ -31,7 +31,6 @@ fedora:asan:
- meson compile -C _build
- eval `dbus-launch --sh-syntax`
- meson test -C _build --print-errorlogs
allow_failure: true
artifacts:
when: on_failure
paths:

View File

@ -1,4 +1,4 @@
FROM fedora:34
FROM fedora:38
RUN dnf update -y \
&& dnf install -y \