Skip to content

Commit 1ea2ebd

Browse files
committed
Merge branch 'master' of https://github.com/dromara/dynamic-tp
2 parents 31c75a5 + 6b9a346 commit 1ea2ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-jvmti.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
runs-on: macos-latest
2727
steps:
2828
- uses: actions/checkout@v3
29-
- name: Set up JDK 8
29+
- name: Set up JDK 17
3030
uses: actions/setup-java@v3
3131
with:
32-
java-version: '8'
32+
java-version: '17'
3333
distribution: 'adopt'
3434
- name: Build with Maven
3535
run: |

0 commit comments

Comments
 (0)