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 2ab3c1d commit f9028eeCopy full SHA for f9028ee
.github/workflows/test.yaml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: macos-latest
12
steps:
13
- uses: swift-actions/setup-swift@v2
14
+ with:
15
+ swift-version: '6.1'
16
- uses: actions/checkout@v4
17
- name: Build and test
18
run: |
0 commit comments