mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Avoid Java 8 since it is not available on MacOS runners
This commit is contained in:
2
.github/workflows/integ-test-execution.yml
vendored
2
.github/workflows/integ-test-execution.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 8
|
||||
java-version: 11
|
||||
- name: Run Gradle build
|
||||
uses: ./setup-gradle
|
||||
id: gradle
|
||||
|
||||
Reference in New Issue
Block a user