mirror of
https://github.com/libretro/RetroArch
synced 2024-12-26 03:22:56 +00:00
Stay on previous CI image for Android. (#17264)
This commit is contained in:
parent
eb08faa434
commit
b0114d4316
3
.github/workflows/Android.yml
vendored
3
.github/workflows/Android.yml
vendored
@ -7,7 +7,6 @@ on:
|
||||
repository_dispatch:
|
||||
types: [run_build]
|
||||
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@ -16,7 +15,7 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user