Skip to content

Commit

Permalink
Fix Java 17 reference missed in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Mar 8, 2024
1 parent b1ae6fe commit f61acf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ jobs:
with:
submodules: true

- name: Set up Java 11
- name: Set up Java 17
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'

- name: Enable KVM
run: |
Expand Down

0 comments on commit f61acf4

Please sign in to comment.