Skip to content

Commit

Permalink
update ci builds on mac to Qt673
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Oct 23, 2024
1 parent 96dfb60 commit 9af510b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mac_arm64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reset-mac-caches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions .github/workflows/reset-mac_arm64-caches.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9af510b

Please sign in to comment.