Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Oct 30, 2024
1 parent 3ea29ea commit 9395d27
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@ jobs:
KEYSTORE_KEY_PASSWORD: ${{secrets.KEYSTORE_KEY_PASSWORD}}
KEYSTORE_STORE_PASSWORD: ${{secrets.KEYSTORE_STORE_PASSWORD}}

runs-on: macos-latest
timeout-minutes: 30
runs-on: ubuntu-latest
timeout-minutes: 60

steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup JDK 21
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.21
distribution: 'temurin'
java-version: '21'

- name: Make Gradlew Executable
run: chmod +x ./gradlew
Expand Down

0 comments on commit 9395d27

Please sign in to comment.