feat: add macOS 26

This commit is contained in:
Bruno Alexandre Rosa 2026-03-14 14:58:22 -03:00
parent dd053c76df
commit d793ea85fd
2 changed files with 15 additions and 0 deletions

View file

@ -299,6 +299,20 @@ jobs:
cmake_generator: Ninja
use_ccache: 1
- os: macOS
target: 26
runner: macos-26
soc: Apple
xcode: "26.3"
type: Release
make_package: 1
package_suffix: "-macOS26"
qt_version: 6.10.*
qt_arch: clang_64
qt_modules: qtimageformats qtmultimedia qtwebsockets
cmake_generator: Ninja
use_ccache: 1
- os: macOS
target: 15
runner: macos-15