Skip to content

Commit

Permalink
Also bump the Github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 12, 2023
1 parent 5a1c395 commit 8c670be
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 @@ -4,8 +4,8 @@ jobs:
build:
strategy:
matrix:
java: [8-jdk, 11-jdk, 15-jdk]
runs-on: ubuntu-20.04
java: [8-jdk, 11-jdk, 17-jdk]
runs-on: ubuntu-22.04
container:
image: openjdk:${{ matrix.java }}
options: --user root
Expand Down

0 comments on commit 8c670be

Please sign in to comment.