Skip to content

Commit fd7107c

Browse files
committed
Update macOS CI to Swift 6
1 parent 12ba04b commit fd7107c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/swift.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ jobs:
77
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, macos-latest]
11-
swift: ["5.10"]
10+
include:
11+
- os: ubuntu-latest
12+
swift: "5.10"
13+
- os: macos-latest
14+
swift: "6.0"
1215
runs-on: ${{ matrix.os }}
1316
steps:
1417
- uses: swift-actions/setup-swift@v2

0 commit comments

Comments
 (0)