Skip to content

Commit d8ae284

Browse files
committed
update ci runner
1 parent b842de9 commit d8ae284

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: macos-13
11+
runs-on: ubuntu-24.04-arm
1212
steps:
1313
- name: Checkout the code
1414
uses: actions/[email protected]
1515
- name: Run Unit test
1616
uses: reactivecircus/[email protected]
1717
with:
1818
api-level: 34
19-
profile: Nexus 5X
20-
arch: x86_64
19+
arch: arm64-v8a
2120
script: ./gradlew createDebugCoverageReport
2221
- name: Lint
2322
run: ./gradlew lint
@@ -26,17 +25,17 @@ jobs:
2625
if: always()
2726
with:
2827
name: Unit Test Report
29-
path: /Users/runner/work/mixpanel-android/mixpanel-android/build/reports/androidTests/connected
28+
path: build/reports/androidTests/connected
3029
- name: Upload test coverage report
3130
uses: actions/upload-artifact@v4
3231
with:
3332
name: Test Coverage Report
34-
path: /Users/runner/work/mixpanel-android/mixpanel-android/build/reports/coverage/debug/
33+
path: build/reports/coverage/debug/
3534
- name: Upload lint report
3635
uses: actions/upload-artifact@v4
3736
with:
3837
name: Lint Report
39-
path: /Users/runner/work/mixpanel-android/mixpanel-android/build/reports/lint-results.html
38+
path: build/reports/lint-results.html
4039
- name: Android docs
4140
run: ./gradlew --info androidJavadocs
4241

0 commit comments

Comments
 (0)