Skip to content

Commit 6868bbf

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

.github/workflows/ui-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Set up JDK 1.8
3535
uses: actions/setup-java@v4
3636
with:
37-
distribution: 'adopt'
38-
java-version: '8'
37+
distribution: 'temurin'
38+
java-version: '17'
3939
- name: Setup Launchable
4040
run: |
4141
pip install launchable

0 commit comments

Comments
 (0)