We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f1b5e commit 422867bCopy full SHA for 422867b
.github/workflows/unit_tests.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Xcode
27
uses: maxim-lobanov/setup-xcode@v1
28
with:
29
- xcode-version: 15
+ xcode-version: 16
30
- name: Checkout
31
uses: actions/checkout@v3
32
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:6.0
+// swift-tools-version: 6.0
2
import PackageDescription
3
4
let package = Package(
0 commit comments