We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76caa1d commit 611707fCopy full SHA for 611707f
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: 🔍 Setup Xcode
29
uses: maxim-lobanov/setup-xcode@v1
30
with:
31
- xcode-version: '16.2'
+ xcode-version: latest-stable
32
33
- name: 📋 Environment Info
34
run: |
@@ -111,7 +111,7 @@ jobs:
111
112
113
114
115
116
- name: 🧹 Install SwiftLint
117
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version: 6.1
+// swift-tools-version: 6.0
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
0 commit comments