Skip to content

Commit dbdc2bc

Browse files
authored
Change Java distribution from 'temurin' to 'microsoft'
1 parent 9f235f5 commit dbdc2bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Java
2121
uses: actions/setup-java@v5
2222
with:
23-
distribution: 'temurin'
23+
distribution: 'microsoft'
2424
java-version: '25'
2525
cache: 'maven'
2626

0 commit comments

Comments
 (0)