Skip to content

Commit

Permalink
use JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Goelzer committed Oct 4, 2024
1 parent 1f2bc26 commit 6c95bcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install JDK 17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
- name: Build Image
run: |
make build-image
Expand Down

0 comments on commit 6c95bcb

Please sign in to comment.