Skip to content

Commit

Permalink
Update android-qt6 workflow to JDK 17 and Qt 6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogtinator committed Feb 3, 2024
1 parent 5e7597b commit d989d45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d989d45

Please sign in to comment.