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.
2 parents ca1794a + 83dfa38 commit 24c812bCopy full SHA for 24c812b
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
os: [macos-13, ubuntu-24.04]
14
runs-on: ${{ matrix.os }}
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
- uses: fwal/setup-swift@v2
18
- name: Echo Swift version
19
run: swift --version
@@ -26,7 +26,7 @@ jobs:
26
swift-version: ['5.10', '6.0', '6.1']
27
runs-on: ubuntu-24.04
28
29
30
31
with:
32
swift-version: ${{ matrix.swift-version }}
0 commit comments