switch to Java 17 in build.yml

This commit is contained in:
Philipp Crocoll
2024-10-22 15:23:27 +02:00
parent 9494f28acf
commit b2b0b8ddc9

View File

@@ -280,10 +280,10 @@ jobs:
# If we want to also have nmake, use this instead
#uses: ilammy/msvc-dev-cmd@v1
- name: Switch to JDK-11
- name: Switch to JDK-17
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
- name: Display java version