Skip to content

Commit 295ae75

Browse files
authored
Merge pull request #2 from skiptools/swift-android-action-linux
Move Android test action to Linux
2 parents abe309f + 8368833 commit 295ae75

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,14 @@ on:
99
schedule:
1010
- cron: '0 6,18 * * *'
1111
jobs:
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:
@@ -38,6 +33,5 @@ jobs:
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

0 commit comments

Comments
 (0)