mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 08:03:54 -07:00
Pin XCode versions for Mac Builds (#5032)
This commit is contained in:
parent
872c92a244
commit
59f327f97a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/desktop-build.yml
vendored
6
.github/workflows/desktop-build.yml
vendored
|
|
@ -200,14 +200,14 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- target: Debug # tests only
|
- target: Debug # tests only
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
xcode: 14.2
|
xcode: 14.3.1 # Lowest supported version on GHA
|
||||||
qt_version: homebrew
|
qt_version: homebrew
|
||||||
type: Debug
|
type: Debug
|
||||||
do_tests: 1
|
do_tests: 1
|
||||||
|
|
||||||
- target: 10.15_Catalina
|
- target: 10.15_Catalina
|
||||||
os: macos-11
|
os: macos-11
|
||||||
xcode: 11.7 # allows using macOS 10.15 SDK
|
xcode: 11.7 # allows using macOS 10.15 SDK, Lowest supported version on GHA
|
||||||
qt_version: 6.2.* # 6.2 is last LTS compatible with 10.15, see https://doc.qt.io/qt-6.5/macos.html
|
qt_version: 6.2.* # 6.2 is last LTS compatible with 10.15, see https://doc.qt.io/qt-6.5/macos.html
|
||||||
qt_modules: "qtmultimedia qtwebsockets"
|
qt_modules: "qtmultimedia qtwebsockets"
|
||||||
type: Release
|
type: Release
|
||||||
|
|
@ -218,7 +218,7 @@ jobs:
|
||||||
|
|
||||||
- target: 13_Ventura
|
- target: 13_Ventura
|
||||||
os: macos-13
|
os: macos-13
|
||||||
xcode: 14.3.1
|
xcode: 14.1 # Lowest supported version on GHA
|
||||||
qt_version: homebrew
|
qt_version: homebrew
|
||||||
type: Release
|
type: Release
|
||||||
do_tests: 1
|
do_tests: 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue