File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 image :
16- - swift:5.8-bionic
17- - swift:5.8-focal
18- - swift:5.8-jammy
19- - swift:5.8-amazonlinux2
2016 - swift:5.9-focal
2117 - swift:5.9-jammy
2218 - swift:5.9-amazonlinux2
@@ -25,14 +21,15 @@ jobs:
2521 - name : Checkout code
2622 uses : actions/checkout@v3
2723 - name : Run tests
28- run : swift test --enable-test-discovery
24+ run : swift test
2925 osx :
30- runs-on : macOS-latest
26+ runs-on : macOS-13
3127 steps :
3228 - name : Select latest available Xcode
3329 uses : maxim-lobanov/setup-xcode@v1
34- with : { 'xcode-version': 'latest' }
30+ with :
31+ xcode-version : latest
3532 - name : Checkout code
3633 uses : actions/checkout@v3
3734 - name : Run tests
38- run : swift test --enable-test-discovery
35+ run : swift test
You can’t perform that action at this time.
0 commit comments