Drop Ubuntu 18.04 from GHA

This commit is contained in:
Gábor Lipták 2022-09-28 20:01:56 -04:00 committed by GitHub
parent cfe2b60db9
commit 29dc03bde5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ jobs:
fail-fast: false
matrix:
java_version: [ 8, 11, 17 ]
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022 ]
os: [ ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout the repository