Skip to content

Commit 98c6397

Browse files
RISCfutureclaude
andcommitted
Standardize CI matrix: Swift 6.0-6.2 on macOS 14-15
Test across the full range of supported Swift 6 versions: - macOS 14: Swift 6.0, 6.1 - macOS 15: Swift 6.1, 6.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b0c0bf2 commit 98c6397

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,15 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
swift: ["6.2"]
20-
os: [macos-13, macos-14, macos-15]
19+
include:
20+
- os: macos-14
21+
swift: "6.0"
22+
- os: macos-14
23+
swift: "6.1"
24+
- os: macos-15
25+
swift: "6.1"
26+
- os: macos-15
27+
swift: "6.2"
2128
runs-on: ${{ matrix.os }}
2229
steps:
2330
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)