CI: Xcode update, fix Big Sur build (#4449)

* xcode update

* 12.5.1 --> 13.0

* Revert "12.5.1 --> 13.0"

This reverts commit 671ee2afe4699420d20df9326d734de74b13520f.
This commit is contained in:
tooomm 2021-10-30 16:00:52 +02:00 committed by GitHub
parent 915c14f6cf
commit 656e3230de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,7 +190,7 @@ jobs:
- Debug - Debug
- 10.14_Mojave - 10.14_Mojave
- 10.15_Catalina - 10.15_Catalina
- 11.0_Big_Sur - 11_Big_Sur
include: include:
- target: Debug # tests only - target: Debug # tests only
os: macos-latest os: macos-latest
@ -201,7 +201,7 @@ jobs:
- target: 10.14_Mojave - target: 10.14_Mojave
os: macos-10.15 # runs on Catalina os: macos-10.15 # runs on Catalina
xcode: 10.3 # allows compatibility with macos 10.14 xcode: 10.3 # allows compatibility with macOS 10.14
type: Release type: Release
do_tests: 0 do_tests: 0
make_package: true make_package: true
@ -213,9 +213,9 @@ jobs:
do_tests: 0 do_tests: 0
make_package: true make_package: true
- target: 11.0_Big_Sur - target: 11_Big_Sur
os: macos-11.0 os: macos-11
xcode: 12.5 xcode: 12.5.1
type: Release type: Release
do_tests: 0 do_tests: 0
make_package: true make_package: true