From 778308b5493cd8aed071af76359aaa4faaf87a60 Mon Sep 17 00:00:00 2001 From: Innei Date: Tue, 23 Sep 2025 18:24:16 +0800 Subject: [PATCH] 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 --- .github/actions/setup-xcode/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-xcode/action.yml b/.github/actions/setup-xcode/action.yml index 67a7e3804..85dc955c1 100644 --- a/.github/actions/setup-xcode/action.yml +++ b/.github/actions/setup-xcode/action.yml @@ -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"