Skip to content

Commit

Permalink
chore: flatpak: Update elementary runtime to 8 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Aug 12, 2024
1 parent d07d735 commit c4adb45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion build-aux/appcenter/com.github.ryonakano.reco.Devel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: com.github.ryonakano.reco.Devel
runtime: io.elementary.Platform
runtime-version: '7.3'
runtime-version: '8'
sdk: io.elementary.Sdk
command: com.github.ryonakano.reco.Devel
finish-args:
Expand Down
2 changes: 1 addition & 1 deletion com.github.ryonakano.reco.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: com.github.ryonakano.reco
runtime: io.elementary.Platform
runtime-version: '7.3'
runtime-version: '8'
sdk: io.elementary.Sdk
command: com.github.ryonakano.reco
finish-args:
Expand Down

0 comments on commit c4adb45

Please sign in to comment.