File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 Lint :
77 runs-on : macos-15
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010 - name : SwiftFormat
1111 run : swiftformat --lint --strict . --reporter github-actions-log
1212 test-ubuntu-latest :
1313 name : Test Swift ${{ matrix.swift }} Ubuntu Latest
1414 strategy :
1515 matrix :
16- swift : ["6.1", "6.1 .2"]
16+ swift : ["6.1.2 ", "6.2"]
1717 runs-on : ubuntu-latest
1818 container : swift:${{ matrix.swift }}
1919 steps :
2020 - uses : actions/checkout@v4
2121 - name : Run Tests
22- run : swift test -Xswiftc -warnings-as-errors -Xcc -Werror
22+ run : swift test -Xswiftc -warnings-as-errors
2323 test-macos-15 :
2424 name : Test Swift ${{ matrix.swift }} macOS
2525 strategy :
2626 matrix :
27- swift : ["6.1", "6.1 .2"]
27+ swift : ["6.1.2 ", "6.2"]
2828 runs-on : macos-15
2929 steps :
3030 - uses : actions/checkout@v4
4040 - name : Run Tests
4141 run : |
4242 export PATH=${HOME}/.swiftly/bin:${PATH}
43- swift test -Xswiftc -warnings-as-errors -Xcc -Werror
43+ swift test -Xswiftc -warnings-as-errors
You can’t perform that action at this time.
0 commit comments