File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 99 schedule :
1010 - cron : ' 0 6,18 * * *'
1111jobs :
12- linux :
12+ linux-android :
1313 runs-on : ubuntu-latest
14- steps :
15- - uses : actions/checkout@v4
16- - run : swift test
17- android :
18- # emulator fails to launch on ARM macOS with: HVF error: HV_UNSUPPORTED
19- # so we need to run on Intel macOS, which is macos-13
20- runs-on : macos-13
2114 steps :
2215 - uses : actions/checkout@v4
2316 - name : " Test Swift Package Android"
24- uses : skiptools/swift-android-action@v1
17+ uses : skiptools/swift-android-action@v2
18+ - name : " Test Swift Package Linux"
19+ run : swift test
2520 macos-ios :
2621 runs-on : macos-latest
2722 steps :
3833 branch : swift-5.9-release
3934 tag : 5.9-RELEASE
4035 - uses : actions/checkout@v4
41- - run : swift build
4236 - run : swift test
4337
You can’t perform that action at this time.
0 commit comments