Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TIMER-err committed Sep 22, 2024
1 parent a92239c commit adb4af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- name: Setting up JDK 8
uses: actions/setup-java@v4
with:
distribution: microsoft
distribution: azulu
java-version: 8
id: setup-jdk8

- name: Setting up JDK 17
uses: actions/setup-java@v4
with:
distribution: microsoft
distribution: azulu
java-version: 17
id: setup-jdk17

Expand Down

0 comments on commit adb4af2

Please sign in to comment.