Skip to content

Commit

Permalink
Use latest Qt6 version 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dantti committed May 2, 2024
1 parent dcb6af6 commit f523a25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
# - windows-latest
# - macos-latest

config:
- preset: ci-dev-client-only-qt5
Expand All @@ -30,7 +30,7 @@ jobs:
tests_with: qt5

- preset: ci-dev-client-only-qt6
qt_version: "6.5.*"
qt_version: 6.7.0
qt_modules: qtshadertools qtscxml
tests_with: qt6

Expand All @@ -40,7 +40,7 @@ jobs:
tests_with: qt5

- preset: ci-dev-client-and-ui-qt6
qt_version: "6.5.*"
qt_version: 6.7.0
qt_modules: qtscxml
tests_with: qt6

Expand All @@ -49,7 +49,7 @@ jobs:
cmake_osx_architectures: "x86_64"

- preset: ci-dev-probe-only-qt6
qt_version: "6.5.*"
qt_version: 6.7.0
qt_modules: qtscxml

# GitHub actions is now powered by AppleSilicon macs
Expand Down

0 comments on commit f523a25

Please sign in to comment.