Skip to content

Commit

Permalink
update macOS CI to Qt6.5.3 and Python with PySide 6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Oct 7, 2023
1 parent c746167 commit 3ec8143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ 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/Qt652.tar.xz
DOWNLOADQT: https://github.com/kevinhendricks/BuildSigilOnMac/releases/download/for_sigil_1.0.0/Qt653.tar.xz
DOWNLOADPY: https://github.com/kevinhendricks/BuildSigilOnMac/releases/download/for_sigil_1.0.0/Python.framework.tar.xz
PY_VER: 3.11
QT: Qt652
QT: Qt653

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 @@ -6,3 +6,4 @@ Cleared cache on 20 July 2023
Cleared cache on 20 July 2023 again
Cleared cache on 26 July 2023
Cleared cache on 08 September 2023
Cleared cache on 07 October 2023

0 comments on commit 3ec8143

Please sign in to comment.