We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703ad41 commit 6c87f47Copy full SHA for 6c87f47
.github/workflows/merge.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Gettext
13
runs-on: ubuntu-latest
14
container:
15
- image: ghcr.io/elementary/flatpak-platform/runtime:8-x86_64
+ image: ghcr.io/elementary/flatpak-platform/runtime:8.1-x86_64
16
options: --privileged
17
18
steps:
@@ -52,7 +52,7 @@ jobs:
52
fail-fast: false
53
54
55
- image: ghcr.io/elementary/flatpak-platform/runtime:8-${{ matrix.configuration.arch }}
+ image: ghcr.io/elementary/flatpak-platform/runtime:8.1-${{ matrix.configuration.arch }}
56
57
58
0 commit comments