Skip to content

Commit 1aacf6d

Browse files
committed
Use correct Swift 6.1 version
1 parent ba430f9 commit 1aacf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swift-versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const VERSIONS_LIST: [string, OS[]][] = [
88
["6.1.3", [OS.MacOS, OS.Ubuntu]],
99
["6.1.2", [OS.MacOS, OS.Ubuntu]],
1010
["6.1.1", [OS.MacOS, OS.Ubuntu]],
11-
["6.1.0", [OS.MacOS, OS.Ubuntu]],
11+
["6.1", [OS.MacOS, OS.Ubuntu]],
1212
["6.0.3", [OS.MacOS, OS.Ubuntu]],
1313
["6.0.2", [OS.MacOS, OS.Ubuntu]],
1414
["6.0.1", [OS.MacOS, OS.Ubuntu]],

0 commit comments

Comments
 (0)