Skip to content

Commit 493342a

Browse files
authored
ci: Speed up macos15 intel variant by not installing Qt (#4998)
The Intel MacOS 15 CI testing is getting dicier... lots of times, Homebrew doesn't have cached versions of updated packages, so it tries to build from source, which takes forever. The big culprit today is Qt. So, basically, just on this one CI job variant, don't ask it to install Qt. If it's there, it's there. If not, just skip it. It's tested plenty in other variants. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent b30ddce commit 493342a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ jobs:
626626
python_ver: "3.13"
627627
simd: sse4.2,avx2
628628
ctest_test_timeout: 1200
629-
setenvs: export MACOSX_DEPLOYMENT_TARGET=12.0
629+
setenvs: export MACOSX_DEPLOYMENT_TARGET=12.0 INSTALL_QT=0
630630
benchmark: 1
631631
- desc: MacOS-14-ARM aclang15/C++20/py3.13
632632
runner: macos-14

0 commit comments

Comments
 (0)