mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
Align xcode versions
This commit is contained in:
parent
7c4d844468
commit
1c55caed0a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
|
|
@ -247,14 +247,14 @@ jobs:
|
||||||
- target: 15
|
- target: 15
|
||||||
soc: Apple
|
soc: Apple
|
||||||
os: macos-15
|
os: macos-15
|
||||||
xcode: "16.2"
|
xcode: "16.4"
|
||||||
type: Release
|
type: Release
|
||||||
make_package: 1
|
make_package: 1
|
||||||
|
|
||||||
- target: 15
|
- target: 15
|
||||||
soc: Apple
|
soc: Apple
|
||||||
os: macos-15
|
os: macos-15
|
||||||
xcode: "16.2"
|
xcode: "16.4"
|
||||||
type: Debug
|
type: Debug
|
||||||
|
|
||||||
name: macOS ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }}
|
name: macOS ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue