From 9af510b669f9467a362d92b6185cd8b0cd4ab8af Mon Sep 17 00:00:00 2001 From: Kevin Hendricks Date: Wed, 23 Oct 2024 11:38:11 -0400 Subject: [PATCH] update ci builds on mac to Qt673 --- .github/workflows/mac-build.yml | 4 ++-- .github/workflows/mac_arm64-build.yml | 4 ++-- .github/workflows/reset-mac-caches.txt | 1 + .github/workflows/reset-mac_arm64-caches.txt | 2 ++ 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 007be07..0c5c9a4 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/Qt672.tar.xz - QT: Qt672 + DOWNLOADQT: https://github.com/kevinhendricks/BuildSigilOnMac/releases/download/for_sigil_1.0.0/Qt673.tar.xz + QT: Qt673 jobs: build: diff --git a/.github/workflows/mac_arm64-build.yml b/.github/workflows/mac_arm64-build.yml index 2bc487a..be3d070 100644 --- a/.github/workflows/mac_arm64-build.yml +++ b/.github/workflows/mac_arm64-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/Qt672_arm64.tar.xz - QT: Qt672 + DOWNLOADQT: https://github.com/kevinhendricks/BuildSigilOnMac/releases/download/for_sigil_1.0.0/Qt673_arm64.tar.xz + QT: Qt673 jobs: build: diff --git a/.github/workflows/reset-mac-caches.txt b/.github/workflows/reset-mac-caches.txt index ff2e4bc..0b12391 100644 --- a/.github/workflows/reset-mac-caches.txt +++ b/.github/workflows/reset-mac-caches.txt @@ -7,3 +7,4 @@ cleared cache on 07 October 2023 cleared cache on 15 February 2024 cleared cache on 26 April 2024 cleared cache on 25 July 2024 +cleared cache on 23 October 2024 diff --git a/.github/workflows/reset-mac_arm64-caches.txt b/.github/workflows/reset-mac_arm64-caches.txt index 48b74ba..4a4dd3b 100644 --- a/.github/workflows/reset-mac_arm64-caches.txt +++ b/.github/workflows/reset-mac_arm64-caches.txt @@ -1,2 +1,4 @@ Change the content of this file to reset the caches for the github actions sigil macOS arm64 build +cleared cache on 25 July 2024 +cleared cache on 23 October 2024