diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96a8964..9bee4ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Runners Calculator build +name: Build on: push: @@ -20,11 +20,11 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: set up JDK 11 + - name: set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' - distribution: 'temurin' + java-version: '17' + distribution: 'zulu' cache: gradle - name: Grant execute permission for gradlew