We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e077fb commit d1b9f40Copy full SHA for d1b9f40
.github/workflows/swift.yml
@@ -6,9 +6,12 @@ jobs:
6
strategy:
7
matrix:
8
os: [macos-15]
9
+ # supported versions:
10
+ # https://github.com/swift-actions/setup-swift/blob/main/src/swift-versions.ts
11
swift: ["6.0.2"]
12
runs-on: ${{ matrix.os }}
13
steps:
14
+ # https://github.com/swift-actions/setup-swift
15
- uses: swift-actions/setup-swift@v2
16
with:
17
swift-version: ${{ matrix.swift }}
0 commit comments