mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-30 22:51:57 -08:00
CI: Xcode update, fix Big Sur build (#4449)
* xcode update
* 12.5.1 --> 13.0
* Revert "12.5.1 --> 13.0"
This reverts commit 671ee2afe4.
This commit is contained in:
10
.github/workflows/ci-builds.yml
vendored
10
.github/workflows/ci-builds.yml
vendored
@@ -190,7 +190,7 @@ jobs:
|
||||
- Debug
|
||||
- 10.14_Mojave
|
||||
- 10.15_Catalina
|
||||
- 11.0_Big_Sur
|
||||
- 11_Big_Sur
|
||||
include:
|
||||
- target: Debug # tests only
|
||||
os: macos-latest
|
||||
@@ -201,7 +201,7 @@ jobs:
|
||||
|
||||
- target: 10.14_Mojave
|
||||
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
|
||||
do_tests: 0
|
||||
make_package: true
|
||||
@@ -213,9 +213,9 @@ jobs:
|
||||
do_tests: 0
|
||||
make_package: true
|
||||
|
||||
- target: 11.0_Big_Sur
|
||||
os: macos-11.0
|
||||
xcode: 12.5
|
||||
- target: 11_Big_Sur
|
||||
os: macos-11
|
||||
xcode: 12.5.1
|
||||
type: Release
|
||||
do_tests: 0
|
||||
make_package: true
|
||||
|
||||
Reference in New Issue
Block a user