Skip to content

Commit 35172ab

Browse files
Mikhail Yurovcursoragent
authored andcommitted
Fix setup-xcode action: use @v1 (v2 tag does not exist)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f6ee52b commit 35172ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
132132
# 4️⃣ Setup Xcode 26+ (required for App Store from April 28, 2026 - ITMS-90725)
133133
- name: Select Xcode version
134-
uses: maxim-lobanov/setup-xcode@v2
134+
uses: maxim-lobanov/setup-xcode@v1
135135
with:
136136
xcode-version: '26.2' # iOS 26 SDK on macos-26 runner
137137

0 commit comments

Comments
 (0)