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 eac91e6
Showing 1 changed file with 2 additions and 2 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

0 comments on commit eac91e6

Please sign in to comment.