File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
- cron : ' 45 2,13 * * *'
11
11
jobs :
12
12
test :
13
- runs-on : macos-15
13
+ # emulator fails to launch with: HVF error: HV_UNSUPPORTED
14
+ # runs-on: macos-15
15
+ runs-on : macos-13
14
16
steps :
15
17
- uses : actions/checkout@v4
16
18
- name : " Test Swift Package Locally"
17
19
run : swift test
18
20
- name : " Test Swift (5.10) Package on Android"
19
- if : false
20
21
uses : skiptools/swift-android-action@v1
21
22
with :
22
23
swift-version : ' 5.10'
26
27
uses : skiptools/swift-android-action@v1
27
28
with :
28
29
swift-version : ' 6.0'
29
- android-emulator-arch : ' arm64-v8a'
30
+ # android-emulator-arch: 'arm64-v8a'
30
31
- name : " Test Swift Package on iOS"
31
32
run : xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15" -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
32
33
You can’t perform that action at this time.
0 commit comments