From 20aa9099b747e26e34e20ee7ae40a345b7276328 Mon Sep 17 00:00:00 2001 From: Kevin Hendricks Date: Thu, 15 Feb 2024 13:01:05 -0500 Subject: [PATCH] update macos CI to use Qt6.6.2 --- .github/workflows/mac-build.yml | 4 ++-- .github/workflows/reset-mac-caches.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index b3722ce..ba3d62a 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -31,8 +31,8 @@ env: HOMEBREW_NO_AUTO_UPDATE: 1 HOMEBREW_NO_INSTALL_CLEANUP: 1 MACOSX_DEPLOYMENT_TARGET: 11 - DOWNLOADQT: https://github.com/kevinhendricks/BuildSigilOnMac/releases/download/for_sigil_1.0.0/Qt653.tar.xz - QT: Qt653 + DOWNLOADQT: https://github.com/kevinhendricks/BuildSigilOnMac/releases/download/for_sigil_1.0.0/Qt662.tar.xz + QT: Qt662 jobs: build: diff --git a/.github/workflows/reset-mac-caches.txt b/.github/workflows/reset-mac-caches.txt index 4f623bb..b35a2cd 100644 --- a/.github/workflows/reset-mac-caches.txt +++ b/.github/workflows/reset-mac-caches.txt @@ -4,3 +4,4 @@ cleared cache on 30 April 2021 cleared cache on 26 July 2023 cleared cache on 08 September 2023 cleared cache on 07 October 2023 +cleared cache on 15 February 2024