File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 test :
88 strategy :
99 matrix :
10- os : [ubuntu-latest , macos-latest, windows-latest]
10+ os : [ubuntu-20.04 , macos-latest, windows-latest]
1111 runs-on : ${{ matrix.os }}
1212 steps :
1313 - name : Checkout
1919 with :
2020 swift-version : " 5.9"
2121 - name : Run Linux Build
22- if : matrix.os == 'ubuntu-latest '
22+ if : matrix.os == 'ubuntu-20.04 '
2323 run : |
2424 swift build
2525 mv ./.build/debug/SwiftAstGen SwiftAstGen-linux
Original file line number Diff line number Diff line change 1414 build :
1515 strategy :
1616 matrix :
17- os : [ubuntu-latest , macos-latest, windows-latest]
17+ os : [ubuntu-20.04 , macos-latest, windows-latest]
1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - name : Checkout
2626 with :
2727 swift-version : " 5.9"
2828 - name : Run Linux Build
29- if : matrix.os == 'ubuntu-latest '
29+ if : matrix.os == 'ubuntu-20.04 '
3030 run : |
3131 swift build -c release --arch arm64 --arch x86_64 --static-swift-stdlib
3232 mv ./.build/release/SwiftAstGen SwiftAstGen-linux
You can’t perform that action at this time.
0 commit comments