From 835ad7c3a1c0472c24f2e43391c618c57e94af22 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 24 Oct 2022 14:51:11 +0200 Subject: [PATCH] Add Ubuntu 22.04 to testing --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8033fc..2c995d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, ubuntu-18.04] + os: [ubuntu-20.04, ubuntu-18.04, ubuntu-22.04] steps: - uses: actions/checkout@v3