Skip to content

Commit

Permalink
Flatpak: bump platform to 8 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 8, 2024
1 parent 16546fa commit f472a41
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false

container:
image: ghcr.io/elementary/flatpak-platform/runtime:7.2-${{ matrix.arch }}
image: ghcr.io/elementary/flatpak-platform/runtime:8-${{ matrix.arch }}
options: --privileged

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false

container:
image: ghcr.io/elementary/flatpak-platform/runtime:7.2-${{ matrix.arch }}
image: ghcr.io/elementary/flatpak-platform/runtime:8-${{ matrix.arch }}
options: --privileged

steps:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
name: Gettext
runs-on: ubuntu-latest
container:
image: ghcr.io/elementary/flatpak-platform/runtime:7.2-x86_64
image: ghcr.io/elementary/flatpak-platform/runtime:8-x86_64
options: --privileged

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fail-fast: false

container:
image: ghcr.io/elementary/flatpak-platform/runtime:7.2-${{ matrix.arch }}
image: ghcr.io/elementary/flatpak-platform/runtime:8-${{ matrix.arch }}
options: --privileged

steps:
Expand Down
2 changes: 1 addition & 1 deletion io.elementary.capnet-assist.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app-id: io.elementary.capnet-assist

runtime: io.elementary.Platform
runtime-version: '7.2'
runtime-version: '8'
sdk: io.elementary.Sdk

command: io.elementary.capnet-assist
Expand Down

0 comments on commit f472a41

Please sign in to comment.