CI: macOS-10.15 environment is deprecated (#4664)

* macOS-10.15 environment is deprecated

Build for 10.14 has to be dropped.
Build for 10.15 can be preserved via 11.

* update xcode versions

* Xcode 13.0 doesn't work for us on Big Sur

* [skip ci] update list of binaries
This commit is contained in:
tooomm 2023-01-29 18:47:42 +01:00 committed by GitHub
parent 06c25301a5
commit 42d1d66d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 17 deletions

View file

@ -8,12 +8,11 @@ git push -d origin --REPLACE-WITH-BETA-LIST--
include different targets --> include different targets -->
<pre> <pre>
<b>Pre-compiled binaries we serve:</b> <b>Pre-compiled binaries we serve:</b>
- <kbd>Windows 7/8/10/11 (32-bit)</kbd> - <kbd>Windows 7+ (32-bit)</kbd>
- <kbd>Windows 7/8 (64-bit)</kbd> - <kbd>Windows 7+</kbd>
- <kbd>Windows 10/11 (64-bit)</kbd> - <kbd>Windows 10+</kbd>
- <kbd>macOS 10.14</kbd> ("Mojave") - <kbd>macOS 10.15+</kbd> ("Catalina")
- <kbd>macOS 10.15</kbd> ("Catalina") - <kbd>macOS 11+</kbd> ("Big Sur")
- <kbd>macOS 11.0+</kbd> ("Big Sur")
- <kbd>Ubuntu 18.04</kbd> ("Bionic Beaver") - <kbd>Ubuntu 18.04</kbd> ("Bionic Beaver")
- <kbd>Ubuntu 20.04</kbd> ("Focal Fossa") - <kbd>Ubuntu 20.04</kbd> ("Focal Fossa")
- <kbd>Ubuntu 22.04</kbd> ("Jammy Jellyfish") - <kbd>Ubuntu 22.04</kbd> ("Jammy Jellyfish")

View file

@ -201,17 +201,9 @@ jobs:
type: Debug type: Debug
do_tests: 1 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 - target: 10.15_Catalina
os: macos-10.15 os: macos-11
xcode: 12.4 xcode: 11.7 # allows using macOS 10.15 SDK
qt_version: 6 qt_version: 6
type: Release type: Release
do_tests: 1 do_tests: 1
@ -219,7 +211,7 @@ jobs:
- target: 11_Big_Sur - target: 11_Big_Sur
os: macos-11 os: macos-11
xcode: 13.2 xcode: 12.5.1
qt_version: 6 qt_version: 6
type: Release type: Release
do_tests: 1 do_tests: 1