Skip to content

Commit

Permalink
CI: Use Qt 6.6.3 (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
grulja authored Sep 18, 2024
1 parent c4fb600 commit b0d0317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pr-check
on: [pull_request]

env:
QT_VERSION: '6.6.0'
QT_VERSION: '6.6.3'

jobs:
Linux:
Expand All @@ -28,7 +28,7 @@ jobs:
Flatpak:
runs-on: ubuntu-22.04
container:
image: docker.io/bilelmoussaoui/flatpak-github-actions:kde-6.5
image: docker.io/bilelmoussaoui/flatpak-github-actions:kde-6.6
options: --privileged
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [ created ]

env:
QT_VERSION: '6.6.0'
QT_VERSION: '6.6.3'

jobs:
macOS:
Expand Down

0 comments on commit b0d0317

Please sign in to comment.