Skip to content

Commit

Permalink
Update GitHub Actions build to use Linux Ubuntu 20.04 (ubuntu-20.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrioli committed Apr 9, 2024
1 parent 667ee00 commit f8dafc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, windows-2019]
os: [ubuntu-20.04, windows-2019]
java: [6, 7, 7.0.121, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit f8dafc3

Please sign in to comment.