diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 4aa51f73..ce86104a 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -3,7 +3,7 @@ name: pr-check on: [pull_request] env: - QT_VERSION: '6.6.0' + QT_VERSION: '6.6.3' jobs: Linux: @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d143aab..dc8af9c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: types: [ created ] env: - QT_VERSION: '6.6.0' + QT_VERSION: '6.6.3' jobs: macOS: