From 29dc03bde5e0db83ea95b4f67259589bc9d2fc2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Wed, 28 Sep 2022 20:01:56 -0400 Subject: [PATCH] Drop Ubuntu 18.04 from GHA --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7124d95e5..15684ac53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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