From 2e31d0d633fae5734003d0e903e82472d6785bee Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 19 May 2022 21:09:26 +0300 Subject: [PATCH] Add ubuntu-22.04 to posix-cmake-test in ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4963303..9b6caf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,6 +230,7 @@ jobs: include: - os: ubuntu-18.04 - os: ubuntu-20.04 + - os: ubuntu-22.04 - os: macos-10.15 runs-on: ${{matrix.os}}