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 c4fb600 commit b0d0317Copy full SHA for b0d0317
.github/workflows/pr-check.yml
@@ -3,7 +3,7 @@ name: pr-check
3
on: [pull_request]
4
5
env:
6
- QT_VERSION: '6.6.0'
+ QT_VERSION: '6.6.3'
7
8
jobs:
9
Linux:
@@ -28,7 +28,7 @@ jobs:
28
Flatpak:
29
runs-on: ubuntu-22.04
30
container:
31
- image: docker.io/bilelmoussaoui/flatpak-github-actions:kde-6.5
+ image: docker.io/bilelmoussaoui/flatpak-github-actions:kde-6.6
32
options: --privileged
33
steps:
34
- uses: actions/checkout@v4
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
types: [ created ]
10
11
macOS:
0 commit comments