Skip to content

Commit eac91e6

Browse files
committed
Fix CI on the master branch
1 parent dd16d14 commit eac91e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- name: Set up JDK 1.8
4545
uses: actions/setup-java@v4
4646
with:
47-
distribution: 'adopt'
48-
java-version: '8'
47+
distribution: 'temurin'
48+
java-version: '17'
4949
- name: Setup Launchable
5050
run: |
5151
pip install launchable

0 commit comments

Comments
 (0)