Skip to content

Commit 611707f

Browse files
committed
fix: Update Xcode setup to use latest stable version and revert Swift tools version to 6.0
1 parent 76caa1d commit 611707f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: '16.2'
31+
xcode-version: latest-stable
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: '16.2'
114+
xcode-version: latest-stable
115115

116116
- name: 🧹 Install SwiftLint
117117
run: |

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.1
1+
// swift-tools-version: 6.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

0 commit comments

Comments
 (0)