From ac790396f96f485c699292a4e9ec6f32de5b0c7f Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Thu, 24 Oct 2024 17:20:18 -0400 Subject: [PATCH] Try bumping to Qt 6.8 (latest LTS) for builds Also use mac-latest to try building Apple Silicon / universal Signed-off-by: Geoff Hutchison --- .github/workflows/build_qt6.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_qt6.yml b/.github/workflows/build_qt6.yml index 62b7047fe..8cb186d36 100644 --- a/.github/workflows/build_qt6.yml +++ b/.github/workflows/build_qt6.yml @@ -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 @@ -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", @@ -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