Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darktorres committed Oct 12, 2023
1 parent 351d479 commit 6ecaa6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
qt_version: [5.12.12, 5.13.2, 5.14.2, 5.15.2, 6.2.4, 6.3.2, 6.4.3, 6.5.0]
qt_version: [5.12.12, 5.13.2, 5.14.2, 5.15.2, 6.2.4, 6.3.2, 6.4.3, 6.5.2, 6.6.0]

# =================================

Expand All @@ -31,7 +31,7 @@ jobs:
with:
version: ${{ matrix.qt_version }}
cache: true
aqtversion: ==3.1.6
aqtversion: ==3.1.7

- name: Install Qt6
if: startsWith(matrix.qt_version, '6')
Expand All @@ -40,7 +40,7 @@ jobs:
version: ${{ matrix.qt_version }}
modules: qtmultimedia
cache: true
aqtversion: ==3.1.6
aqtversion: ==3.1.7

- name: ccache
uses: hendrikmuhs/[email protected]
Expand Down

0 comments on commit 6ecaa6a

Please sign in to comment.