From 05e01c85a42af991b1072415e2601d03d76a2e9f Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Sun, 21 May 2023 16:54:35 -0700 Subject: [PATCH] Update CI workflow Remove 18.04 since it is no longer supported by GitHub actions. Add 22.04. Signed-off-by: Jacob Perron --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77852b5..7fb7d18 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-18.04, ubuntu-20.04] + os: [ubuntu-20.04, ubuntu-22.04] steps: - name: Install dependencies