Skip to content

Commit

Permalink
Fix CI on the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed May 20, 2024
1 parent dd16d14 commit 6868bbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
distribution: 'temurin'
java-version: '17'
- name: Setup Launchable
run: |
pip install launchable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
distribution: 'temurin'
java-version: '17'
- name: Setup Launchable
run: |
pip install launchable
Expand Down

0 comments on commit 6868bbf

Please sign in to comment.