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

Commit 7ab75eb

Browse files
committed
building with jdk 11
JDK 8 seems to be unavailable for macos-latest. Perhaps the latest macOS runners use Apple Silicon which has no JDK8 temurin distribution available.
1 parent 8fa66cb commit 7ab75eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup JDK
2828
uses: actions/setup-java@v4
2929
with:
30-
java-version: '8'
30+
java-version: '11'
3131
distribution: 'temurin'
3232

3333
- name: Run tests
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup JDK
5959
uses: actions/setup-java@v4
6060
with:
61-
java-version: '8'
61+
java-version: '11'
6262
distribution: 'temurin'
6363

6464
- name: Run macos tests
@@ -92,7 +92,7 @@ jobs:
9292
- name: Setup JDK
9393
uses: actions/setup-java@v4
9494
with:
95-
java-version: '8'
95+
java-version: '11'
9696
distribution: 'temurin'
9797

9898
- name: Run tests

0 commit comments

Comments
 (0)