diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e28a69..714a00b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: BUNDLE: "org.gnome.Podcasts.${CI_COMMIT_SHA}.flatpak" flatpak: - image: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.28" + image: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:master" stage: "test" variables: MANIFEST_PATH: "org.gnome.Podcasts.json" diff --git a/org.gnome.Podcasts.json b/org.gnome.Podcasts.json index 662d37a..0db1c59 100644 --- a/org.gnome.Podcasts.json +++ b/org.gnome.Podcasts.json @@ -1,7 +1,7 @@ { "app-id" : "org.gnome.Podcasts", "runtime" : "org.gnome.Platform", - "runtime-version" : "3.28", + "runtime-version" : "master", "sdk" : "org.gnome.Sdk", "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.rust-stable"