Skip to content

Commit

Permalink
try if java 8 is available for macOS if temurin is not selected
Browse files Browse the repository at this point in the history
  • Loading branch information
pirgeo committed Jan 17, 2025
1 parent fddfcff commit 7738490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-check-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v4
with:
distribution: 'temurin'
# distribution: 'temurin'
java-version: ${{ matrix.java-version }}

- name: Compile
Expand Down

0 comments on commit 7738490

Please sign in to comment.