Skip to content

Commit

Permalink
Merge pull request #28 from saeg/github-actions-ubuntu-20.04
Browse files Browse the repository at this point in the history
Update GitHub Actions build to use Linux Ubuntu 20.04 (ubuntu-20.04)
  • Loading branch information
andrioli authored Apr 9, 2024
2 parents 667ee00 + f8dafc3 commit a5e9c0f
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 a5e9c0f

Please sign in to comment.