We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beba73e commit 635d690Copy full SHA for 635d690
.github/workflows/swift.yml
@@ -18,14 +18,10 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3
20
21
- - uses: maxim-lobanov/setup-xcode@v1
22
- with:
23
- xcode-version: '15.0.1'
24
-
25
- name: Install Swift
26
uses: swift-actions/setup-swift@v2
27
with:
28
- swift-version: "5.7"
+ swift-version: "6.1"
29
30
- name: Build for Swift
31
run: swift build
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version: 5.6
+// swift-tools-version: 6.1
2
3
import PackageDescription
4
0 commit comments