Skip to content

Commit 5e7787a

Browse files
authored
changing workflow to use semeru instead of temurin (#1091)
1 parent b5d874a commit 5e7787a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Java ${{ matrix.java }}
3434
uses: actions/setup-java@v3
3535
with:
36-
distribution: 'temurin'
36+
distribution: 'semeru'
3737
java-version: ${{ matrix.java }}
3838
cache: 'gradle'
3939
- name: Checkout ci.common
@@ -113,7 +113,7 @@ jobs:
113113
- name: Setup Java ${{ matrix.java }}
114114
uses: actions/setup-java@v3
115115
with:
116-
distribution: 'temurin'
116+
distribution: 'semeru'
117117
java-version: ${{ matrix.java }}
118118
cache: 'gradle'
119119
# Moving and cloning to C: drive for Windows for more disk space

0 commit comments

Comments
 (0)