Skip to content

Commit 0e87ff2

Browse files
use correct java version
1 parent 49e1b0a commit 0e87ff2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ jobs:
77
runs-on: macos-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- name: Set up JDK 1.8
11-
uses: actions/setup-java@v1
10+
11+
- uses: actions/setup-java@v3
1212
with:
13-
java-version: 1.8
13+
distribution: 'zulu'
14+
java-version: 11
1415

1516
- name: Short SHA
1617
env:

0 commit comments

Comments
 (0)