Skip to content

Commit 76caa1d

Browse files
committed
fix: Specify Xcode version to 16.2 in CI workflow
1 parent 236cb89 commit 76caa1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: 🔍 Setup Xcode
2929
uses: maxim-lobanov/setup-xcode@v1
3030
with:
31-
xcode-version: latest-stable
31+
xcode-version: '16.2'
3232

3333
- name: 📋 Environment Info
3434
run: |
@@ -111,7 +111,7 @@ jobs:
111111
- name: 🔍 Setup Xcode
112112
uses: maxim-lobanov/setup-xcode@v1
113113
with:
114-
xcode-version: latest-stable
114+
xcode-version: '16.2'
115115

116116
- name: 🧹 Install SwiftLint
117117
run: |

0 commit comments

Comments
 (0)