From d989d4556fdb70576cb0bc393570aeeab5462f6b Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sat, 3 Feb 2024 21:12:08 +0100 Subject: [PATCH] Update android-qt6 workflow to JDK 17 and Qt 6.6.1 --- .github/workflows/android-qt6.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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