Skip to content

Commit e207f9d

Browse files
committed
Fix CI workflow
1 parent 1a3e326 commit e207f9d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
include:
1919
- swift: "6.0"
2020
xcode: "16.0"
21-
runs-on: macos-15
22-
- macos: "15"
23-
swift: "6.1"
21+
macos: "15"
22+
- swift: "6.1"
2423
xcode: "16.3"
25-
- macos: "26"
26-
swift: "6.2"
24+
macos: "15"
25+
- swift: "6.2"
2726
xcode: "26.0"
27+
macos: "26"
2828
timeout-minutes: 10
2929
steps:
3030
- name: Checkout code

0 commit comments

Comments
 (0)