Skip to content

Commit aeac671

Browse files
authored
Remove Swift 6.0 from CI matrix, keeping only Swift 6.1 (#879)
1 parent 1d8c868 commit aeac671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [macos-15]
17-
swift: ["6.0", "6.1"]
17+
swift: ["6.1"]
1818
env:
1919
RUNALL: "true"
2020
steps:

0 commit comments

Comments
 (0)