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 85cd9f5 commit 3514640Copy full SHA for 3514640
2 files changed
.github/workflows/swift.yml
@@ -48,16 +48,3 @@ jobs:
48
run: swift build -v
49
# - name: Test
50
# run: swift test -v
51
-
52
- xcode-14-3:
53
- runs-on: macos-13
54
- env:
55
- DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
56
- steps:
57
- - uses: actions/checkout@v4
58
- - name: Version
59
- run: swift --version
60
- - name: Build
61
- run: swift build -v
62
- # - name: Test
63
- # run: swift test -v
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version: 5.8
+// swift-tools-version: 5.9
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
0 commit comments