Skip to content

Commit

Permalink
Update the workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinguitar committed Nov 5, 2023
1 parent 895c0e9 commit 3903b10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
jobs:
build:

runs-on: ubuntu-latest
# https://github.com/actions/runner-images/issues/6709#issuecomment-1361269639
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand All @@ -19,6 +20,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: gradle
swap-size-gb: 10

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 3903b10

Please sign in to comment.