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 e6160e9 commit 8007066Copy full SHA for 8007066
2 files changed
.github/workflows/flatpak.yml
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-latest
36
if: ${{ github.event.pull_request.user.login != 'weblate' }}
37
container:
38
- image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.8
+ image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.9
39
options: --privileged
40
strategy:
41
matrix:
flatpak/org.nickvision.application.qt.json
@@ -1,7 +1,7 @@
1
{
2
"app-id" : "org.nickvision.application",
3
"runtime" : "org.kde.Platform",
4
- "runtime-version" : "6.8",
+ "runtime-version" : "6.9",
5
"sdk" : "org.kde.Sdk",
6
"command" : "org.nickvision.application",
7
"finish-args":[
0 commit comments