From 336cb80394d39f0295ae6e8a063fc8c69261cc9f Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 17 Sep 2026 16:27:27 +1000 Subject: [PATCH] ci: build macOS on macos-15 Homebrew no longer publishes bottles for the macos-14 runner, so `brew install qt` in build_osx.yml compiles Qt and QtWebEngine from source and fails in the dependency step before any IfcOpenShell code is reached. Co-Authored-By: Claude Fable 5.1 --- .github/workflows/build_osx.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_osx.yml b/.github/workflows/build_osx.yml index 26d9d19b9e..b212f4f731 100644 --- a/.github/workflows/build_osx.yml +++ b/.github/workflows/build_osx.yml @@ -16,7 +16,9 @@ jobs: # /usr/local to cross-build BonsaiViewer. Revisit if Intel-Mac # demand resurfaces. - os: macos - runner: macos-14 + # macos-14 no longer receives Homebrew bottles, so `brew install qt` + # compiles Qt (and QtWebEngine) from source there and fails. + runner: macos-15 arch: arm64 oldarch: m1