mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user