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 9
9
schedule :
10
10
- cron : ' 0 6,18 * * *'
11
11
jobs :
12
- linux :
12
+ linux-android :
13
13
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
21
14
steps :
22
15
- uses : actions/checkout@v4
23
16
- 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
25
20
macos-ios :
26
21
runs-on : macos-latest
27
22
steps :
38
33
branch : swift-5.9-release
39
34
tag : 5.9-RELEASE
40
35
- uses : actions/checkout@v4
41
- - run : swift build
42
36
- run : swift test
43
37
You can’t perform that action at this time.
0 commit comments