Use ubuntu-20.04 image for all Linux CI runs
This commit is contained in:
2
.github/workflows/test-android.yaml
vendored
2
.github/workflows/test-android.yaml
vendored
@@ -19,7 +19,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: "Install Android NDK 21.4.7075529"
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user