From 44affec416997dc9b947ba091e6629a584184620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Fri, 29 Jul 2022 20:48:14 -0400 Subject: [PATCH] Add ubuntu-22.04 to GHA build matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Lipták --- .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 468012a9e..500d4bb40 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, windows-2019, windows-2022 ] + os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022 ] runs-on: ${{ matrix.os }} steps: - name: Checkout the repository