Align xcode versions

This commit is contained in:
Bruno Alexandre Rosa 2025-10-02 19:01:34 -03:00
parent 7c4d844468
commit 1c55caed0a

View file

@ -247,14 +247,14 @@ jobs:
- target: 15
soc: Apple
os: macos-15
xcode: "16.2"
xcode: "16.4"
type: Release
make_package: 1
- target: 15
soc: Apple
os: macos-15
xcode: "16.2"
xcode: "16.4"
type: Debug
name: macOS ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }}