Skip to content

Commit

Permalink
Update build to use ubuntu-latest, java 20 (#5711)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Aug 15, 2023
1 parent bebf684 commit ff79bb7
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 @@ -21,12 +21,12 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-20.04
- ubuntu-latest
test-java-version:
- 8
- 11
- 17
- 19
- 20
# Collect coverage on latest LTS
include:
- os: ubuntu-20.04
Expand Down

0 comments on commit ff79bb7

Please sign in to comment.