Skip to content

Commit 0ace9be

Browse files
committed
Update android_debug_push.yml
1 parent f33fb11 commit 0ace9be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android_debug_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
build:
19-
runs-on: macos-14
19+
runs-on: ubuntu-22.04
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/setup-java@v4
3131
with:
3232
distribution: 'temurin' # See 'Supported distributions' for available options
33-
java-version: '11'
33+
java-version: '17'
3434
- name: Build with Gradle
3535
run: |
3636
ls -l /Users/runner/work/iot-ijkplayer/iot-ijkplayer/android-ndk-r10e

0 commit comments

Comments
 (0)