Skip to content

Commit

Permalink
distribution update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Jan 21, 2025
1 parent bc9c69d commit 5a87d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
distribution: ${{ runner.os == 'macos-latest' && 'zulu' || 'temurin' }}
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Cache Gradle packages
uses: actions/cache@v4
Expand Down

0 comments on commit 5a87d1f

Please sign in to comment.