diff --git a/.ci/release_template.md b/.ci/release_template.md index b7240f259..bc4c71b14 100644 --- a/.ci/release_template.md +++ b/.ci/release_template.md @@ -8,12 +8,11 @@ git push -d origin --REPLACE-WITH-BETA-LIST-- include different targets -->
Pre-compiled binaries we serve:
- - Windows 7/8/10/11 (32-bit)
- - Windows 7/8 (64-bit)
- - Windows 10/11 (64-bit)
- - macOS 10.14 ("Mojave")
- - macOS 10.15 ("Catalina")
- - macOS 11.0+ ("Big Sur")
+ - Windows 7+ (32-bit)
+ - Windows 7+
+ - Windows 10+
+ - macOS 10.15+ ("Catalina")
+ - macOS 11+ ("Big Sur")
- Ubuntu 18.04 ("Bionic Beaver")
- Ubuntu 20.04 ("Focal Fossa")
- Ubuntu 22.04 ("Jammy Jellyfish")
diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml
index 2e2b22997..d20e9e48b 100644
--- a/.github/workflows/desktop-build.yml
+++ b/.github/workflows/desktop-build.yml
@@ -201,17 +201,9 @@ jobs:
type: Debug
do_tests: 1
- - target: 10.14_Mojave
- os: macos-10.15 # runs on Catalina
- xcode: 10.3 # allows compatibility with macOS 10.14
- qt_version: 5
- type: Release
- # do_tests: 1 # tests do not work on qt5?
- make_package: 1
-
- target: 10.15_Catalina
- os: macos-10.15
- xcode: 12.4
+ os: macos-11
+ xcode: 11.7 # allows using macOS 10.15 SDK
qt_version: 6
type: Release
do_tests: 1
@@ -219,7 +211,7 @@ jobs:
- target: 11_Big_Sur
os: macos-11
- xcode: 13.2
+ xcode: 12.5.1
qt_version: 6
type: Release
do_tests: 1