We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c802c commit 0118b00Copy full SHA for 0118b00
.github/workflows/swift.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
os: [macos-latest]
9
- swift: ["5.10"]
+ swift: ["6.0.2"]
10
runs-on: ${{ matrix.os }}
11
steps:
12
- uses: swift-actions/setup-swift@v2
0 commit comments