Skip to content

Commit

Permalink
build(flatpak): bump runtime to GNOME 47
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Sep 19, 2024
1 parent 57188fa commit 4085cc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Flatpak
runs-on: ubuntu-latest
container:
image: ghcr.io/andyholmes/flatter/gnome:46
image: ghcr.io/andyholmes/flatter/gnome:47
options: --privileged
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
needs: [pre-test]
runs-on: ubuntu-latest
container:
image: ghcr.io/andyholmes/flatter/gnome:46
image: ghcr.io/andyholmes/flatter/gnome:47
options: --privileged

steps:
Expand Down
2 changes: 1 addition & 1 deletion build-aux/flatpak/ca.andyholmes.Valent.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "ca.andyholmes.Valent",
"runtime": "org.gnome.Platform",
"runtime-version": "46",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "valent",
"finish-args": [
Expand Down

0 comments on commit 4085cc0

Please sign in to comment.