Skip to content

Commit

Permalink
feat: Update elementary Platform to 8 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored May 8, 2024
1 parent d4f645d commit e43423c
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 @@ -52,7 +52,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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: com.github.ryonakano.konbucase.Devel
runtime: io.elementary.Platform
runtime-version: '7.3'
runtime-version: '8'
sdk: io.elementary.Sdk
command: com.github.ryonakano.konbucase.Devel
finish-args:
Expand Down
2 changes: 1 addition & 1 deletion com.github.ryonakano.konbucase.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: com.github.ryonakano.konbucase
runtime: io.elementary.Platform
runtime-version: '7.3'
runtime-version: '8'
sdk: io.elementary.Sdk
command: com.github.ryonakano.konbucase
finish-args:
Expand Down

0 comments on commit e43423c

Please sign in to comment.