diff --git a/.ci/release_template.md b/.ci/release_template.md
index 0e6c05165..c0bb27ca0 100644
--- a/.ci/release_template.md
+++ b/.ci/release_template.md
@@ -14,7 +14,7 @@ Available pre-compiled binaries for installation:
macOS
• macOS 15+ Sequoia Apple M
• macOS 14+ Sonoma Apple M
- • macOS 13+ Ventura Intel
+ • macOS 14+ Sonoma Intel
Linux
• Ubuntu 24.04 LTS Noble Numbat
diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml
index bc49db2da..c3adf742f 100644
--- a/.github/workflows/desktop-build.yml
+++ b/.github/workflows/desktop-build.yml
@@ -251,15 +251,15 @@ jobs:
matrix:
include:
- os: macOS
- target: 13
+ target: 14
runner: macos-15-intel
soc: Intel
xcode: "16.4"
type: Release
- override_target: 13
+ override_target: 14
make_package: 1
- package_suffix: "-macOS13_Intel"
- artifact_name: macOS13_Intel-package
+ package_suffix: "-macOS14_Intel"
+ artifact_name: macOS14_Intel-package
qt_version: 6.10.*
qt_arch: clang_64
qt_modules: qtimageformats qtmultimedia qtwebsockets