Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
building with jdk 11
Browse files Browse the repository at this point in the history
JDK 8 seems to be unavailable for macos-latest. Perhaps the latest macOS
runners use Apple Silicon which has no JDK8 temurin distribution
available.
  • Loading branch information
Kantis committed Dec 23, 2024
1 parent 8fa66cb commit 7ab75eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'

- name: Run tests
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'

- name: Run macos tests
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'

- name: Run tests
Expand Down

0 comments on commit 7ab75eb

Please sign in to comment.