Skip to content

Commit

Permalink
Try bumping to Qt 6.8 (latest LTS) for builds
Browse files Browse the repository at this point in the history
Also use mac-latest to try building Apple Silicon / universal

Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Oct 24, 2024
1 parent 5c6c81e commit ac79039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Qt6 Build Matrix
on: [push, pull_request, workflow_dispatch]

env:
QT_VERSION: 6.5.3
QT_VERSION: 6.8.0
# this is different from MACOSX_DEPLOYMENT_TARGET to prevent build problems
# we set MACOSX_DEPLOYMENT_TARGET later
MACOS_TARGET: 10.15
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
}
- {
name: "macOS Qt6", artifact: "",
os: macos-13,
os: macos-latest,
cc: "clang", cxx: "clang++",
build_type: "Release",
cmake_flags: "-G Ninja",
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
if (NOT result EQUAL 0)
message(FATAL_ERROR "Running tests failed!")
endif()
- name: Upload
if: matrix.config.artifact != 0
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ac79039

Please sign in to comment.