Skip to content

Commit b0d0317

Browse files
authored
CI: Use Qt 6.6.3 (#730)
1 parent c4fb600 commit b0d0317

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: pr-check
33
on: [pull_request]
44

55
env:
6-
QT_VERSION: '6.6.0'
6+
QT_VERSION: '6.6.3'
77

88
jobs:
99
Linux:
@@ -28,7 +28,7 @@ jobs:
2828
Flatpak:
2929
runs-on: ubuntu-22.04
3030
container:
31-
image: docker.io/bilelmoussaoui/flatpak-github-actions:kde-6.5
31+
image: docker.io/bilelmoussaoui/flatpak-github-actions:kde-6.6
3232
options: --privileged
3333
steps:
3434
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [ created ]
66

77
env:
8-
QT_VERSION: '6.6.0'
8+
QT_VERSION: '6.6.3'
99

1010
jobs:
1111
macOS:

0 commit comments

Comments
 (0)