Skip to content

Commit 3bca4b6

Browse files
authored
Flatpak: bump platform to 8.2 (#817)
1 parent d34b67c commit 3bca4b6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626

2727
container:
28-
image: ghcr.io/elementary/flatpak-platform/runtime:8.1-${{ matrix.configuration.arch }}
28+
image: ghcr.io/elementary/flatpak-platform/runtime:8.2-${{ matrix.configuration.arch }}
2929
options: --privileged
3030

3131
steps:

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Gettext
1313
runs-on: ubuntu-latest
1414
container:
15-
image: ghcr.io/elementary/flatpak-platform/runtime:8.1-x86_64
15+
image: ghcr.io/elementary/flatpak-platform/runtime:8.2-x86_64
1616
options: --privileged
1717

1818
steps:
@@ -52,7 +52,7 @@ jobs:
5252
fail-fast: false
5353

5454
container:
55-
image: ghcr.io/elementary/flatpak-platform/runtime:8.1-${{ matrix.configuration.arch }}
55+
image: ghcr.io/elementary/flatpak-platform/runtime:8.2-${{ matrix.configuration.arch }}
5656
options: --privileged
5757

5858
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545

4646
container:
47-
image: ghcr.io/elementary/flatpak-platform/runtime:8.1-${{ matrix.configuration.arch }}
47+
image: ghcr.io/elementary/flatpak-platform/runtime:8.2-${{ matrix.configuration.arch }}
4848
options: --privileged
4949

5050
steps:

io.elementary.music.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
app-id: io.elementary.music
1+
id: io.elementary.music
22
runtime: io.elementary.Platform
3-
runtime-version: '8.1'
3+
runtime-version: '8.2'
44
sdk: io.elementary.Sdk
55
command: io.elementary.music
66
finish-args:

0 commit comments

Comments
 (0)