diff --git a/.github/workflows/android-qt6.yml b/.github/workflows/android-qt6.yml index fb4a30c5..9bcdcd14 100644 --- a/.github/workflows/android-qt6.yml +++ b/.github/workflows/android-qt6.yml @@ -18,10 +18,10 @@ jobs: with: submodules: 'recursive' - - name: Set up JDK 8 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: 8 + java-version: 17 distribution: temurin - name: Setup Android SDK @@ -36,7 +36,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@43ec12788e42f375acfcb2cec059edfb9572fbaa # v3 with: - version: '6.4.1' + version: '6.6.1' host: 'linux' target: 'android' # Qt 6 only supports multi-arch builds with CMake @@ -47,7 +47,7 @@ jobs: - name: Install Qt (desktop) uses: jurplel/install-qt-action@43ec12788e42f375acfcb2cec059edfb9572fbaa # v3 with: - version: '6.4.1' + version: '6.6.1' host: 'linux' target: 'desktop' cache: true