Skip to content

Commit

Permalink
Change Github Actions env to ubuntu-18.04
Browse files Browse the repository at this point in the history
It should have a suitable version Android NDK and related tools
  • Loading branch information
oseiskar committed Jan 16, 2021
1 parent 8d8cd79 commit f59fddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f59fddc

Please sign in to comment.