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:
parent
06c25301a5
commit
42d1d66d9b
2 changed files with 8 additions and 17 deletions
|
@ -8,12 +8,11 @@ git push -d origin --REPLACE-WITH-BETA-LIST--
|
|||
include different targets -->
|
||||
<pre>
|
||||
<b>Pre-compiled binaries we serve:</b>
|
||||
- <kbd>Windows 7/8/10/11 (32-bit)</kbd>
|
||||
- <kbd>Windows 7/8 (64-bit)</kbd>
|
||||
- <kbd>Windows 10/11 (64-bit)</kbd>
|
||||
- <kbd>macOS 10.14</kbd> ("Mojave")
|
||||
- <kbd>macOS 10.15</kbd> ("Catalina")
|
||||
- <kbd>macOS 11.0+</kbd> ("Big Sur")
|
||||
- <kbd>Windows 7+ (32-bit)</kbd>
|
||||
- <kbd>Windows 7+</kbd>
|
||||
- <kbd>Windows 10+</kbd>
|
||||
- <kbd>macOS 10.15+</kbd> ("Catalina")
|
||||
- <kbd>macOS 11+</kbd> ("Big Sur")
|
||||
- <kbd>Ubuntu 18.04</kbd> ("Bionic Beaver")
|
||||
- <kbd>Ubuntu 20.04</kbd> ("Focal Fossa")
|
||||
- <kbd>Ubuntu 22.04</kbd> ("Jammy Jellyfish")
|
||||
|
|
14
.github/workflows/desktop-build.yml
vendored
14
.github/workflows/desktop-build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue