Skip to content

Commit 5642665

Browse files
authored
chore: set CI to Swift 6.0 (#109)
1 parent 80d4a75 commit 5642665

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,9 @@ jobs:
2222
{
2323
"include": [
2424
{
25-
"os": "macos-14",
26-
"swift": "5.9",
27-
"xcode": "15.1"
28-
},
29-
{
30-
"os": "macos-14",
31-
"swift": "5.10",
32-
"xcode": "15.3"
25+
"os": "macos-15",
26+
"swift": "6.0",
27+
"xcode": "16.1"
3328
}
3429
]
3530
}

0 commit comments

Comments
 (0)