Skip to content

Commit

Permalink
Revert container image change; change Devel manifest to 47
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Sep 18, 2024
1 parent b90bec4 commit 26df178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Flatpak (Devel)
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v4
Expand All @@ -27,7 +27,7 @@ jobs:
name: Flatpak (Release)
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion com.cassidyjames.butler.Devel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "com.cassidyjames.butler.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "com.cassidyjames.butler.Devel",
"finish-args": [
Expand Down

0 comments on commit 26df178

Please sign in to comment.