Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- 23
# Collect coverage on latest LTS
include:
- os: ubuntu-20.04
- os: ubuntu-latest
Copy link
Member Author

@trask trask Feb 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the matrix above is already using ubuntu-latest so seemed ok to go with that here instead of pinning(?)

test-java-version: 21
coverage: true
jmh-based-tests: true
Expand Down
Loading