fix: update default Xcode version in setup action
- Changed the default Xcode version from 16.4.0 to 26.0.0 in the setup-xcode action configuration. This update ensures compatibility with the latest development requirements. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
7409bf6ce7
commit
778308b549
|
|
@ -4,7 +4,7 @@ inputs:
|
|||
xcode-version:
|
||||
description: "Xcode version to use"
|
||||
required: false
|
||||
default: "16.4.0"
|
||||
default: "26.0.0"
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
|
|
|||
Loading…
Reference in New Issue