Skip to content

Commit

Permalink
#72 Cheking out at version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed May 30, 2024
1 parent 9264b1c commit 0ed18df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
apk:
name: Generate APK
needs: test
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 0ed18df

Please sign in to comment.