flatpak: Update to GNOME 43

Update git actions builds to GNOME 43 runtime. #315
This commit is contained in:
Rafał Dzięgiel
2022-10-13 20:54:26 +02:00
parent aaa3f6c4da
commit a25bfa5418
2 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 600 timeout-minutes: 600
container: container:
image: bilelmoussaoui/flatpak-github-actions:gnome-42 image: bilelmoussaoui/flatpak-github-actions:gnome-43
options: --privileged options: --privileged
strategy: strategy:
matrix: matrix:

View File

@@ -1,7 +1,7 @@
{ {
"app-id": "com.github.rafostar.Clapper", "app-id": "com.github.rafostar.Clapper",
"runtime": "org.gnome.Platform", "runtime": "org.gnome.Platform",
"runtime-version": "42", "runtime-version": "43",
"sdk": "org.gnome.Sdk", "sdk": "org.gnome.Sdk",
"command": "com.github.rafostar.Clapper", "command": "com.github.rafostar.Clapper",
"finish-args": [ "finish-args": [
@@ -34,7 +34,6 @@
"flathub/lib/ffmpeg.json", "flathub/lib/ffmpeg.json",
"flathub/lib/uchardet.json", "flathub/lib/uchardet.json",
"flathub/gstreamer-1.0/gstreamer.json", "flathub/gstreamer-1.0/gstreamer.json",
"flathub/lib/gtk4.json",
"flathub/lib/libadwaita.json", "flathub/lib/libadwaita.json",
"testing/gtuber.json", "testing/gtuber.json",
{ {