File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ jobs:
1010 strategy :
1111 matrix :
1212 # https://github.com/actions/virtual-environments
13- os : [macos-12 , ubuntu-20.04 ]
13+ os : [macos-latest , ubuntu-latest ]
1414 runs-on : ${{ matrix.os }}
1515 steps :
1616 - uses : actions/checkout@v4
17- - uses : fwal/setup-swift@v2
17+ - uses : swift-actions/setup-swift@v2
18+ with :
19+ swift-version : " 6.0"
1820 - name : Echo Swift version
1921 run : swift --version
2022 - name : Check a Release build
@@ -24,11 +26,13 @@ jobs:
2426 strategy :
2527 matrix :
2628 # https://github.com/actions/virtual-environments
27- os : [macos-12 , ubuntu-20.04 ]
29+ os : [macos-latest , ubuntu-latest ]
2830 runs-on : ${{ matrix.os }}
2931 steps :
3032 - uses : actions/checkout@v4
31- - uses : fwal/setup-swift@v2
33+ - uses : swift-actions/setup-swift@v2
34+ with :
35+ swift-version : " 6.0"
3236 - name : Echo Swift version
3337 run : swift --version
3438 - name : Test
You can’t perform that action at this time.
0 commit comments