diff --git a/.ci/release_template.md b/.ci/release_template.md index 1ce9f4bf7..d77e06cf9 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 3c8e915a8..4ba5cda7f 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -318,6 +318,20 @@ jobs: use_ccache: 1 ccache_eviction_age: 7d + - os: macOS + target: 26 + runner: macos-26 + soc: Apple + xcode: "26.4" + 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