From d793ea85fd2133d91c1ae844796a747ca360cfc8 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Sat, 14 Mar 2026 14:58:22 -0300 Subject: [PATCH] feat: add macOS 26 --- .ci/release_template.md | 1 + .github/workflows/desktop-build.yml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/.ci/release_template.md b/.ci/release_template.md index b0924b92a..11209b10f 100644 --- a/.ci/release_template.md +++ b/.ci/release_template.md @@ -12,6 +12,7 @@ Available pre-compiled binaries for installation: • Windows 10+ macOS + • macOS 26+ Tahoe Apple MmacOS 15+ Sequoia Apple MmacOS 14+ Sonoma Apple MmacOS 13+ Ventura Intel diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 820044059..6f10092dd 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -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