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 <noreply@anthropic.com>
This commit is contained in:
Dion Moult
2026-09-17 16:27:27 +10:00
parent 3c81e6e2e7
commit 336cb80394
+3 -1
View File
@@ -16,7 +16,9 @@ jobs:
# /usr/local to cross-build BonsaiViewer. Revisit if Intel-Mac # /usr/local to cross-build BonsaiViewer. Revisit if Intel-Mac
# demand resurfaces. # demand resurfaces.
- os: macos - 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 arch: arm64
oldarch: m1 oldarch: m1