We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31c75a5 + 6b9a346 commit 1ea2ebdCopy full SHA for 1ea2ebd
.github/workflows/build-jvmti.yml
@@ -26,10 +26,10 @@ jobs:
26
runs-on: macos-latest
27
steps:
28
- uses: actions/checkout@v3
29
- - name: Set up JDK 8
+ - name: Set up JDK 17
30
uses: actions/setup-java@v3
31
with:
32
- java-version: '8'
+ java-version: '17'
33
distribution: 'adopt'
34
- name: Build with Maven
35
run: |
0 commit comments