From c5409589b5799f36ec1feffccac0b554985ae039 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 23 Sep 2022 11:49:38 +0200 Subject: [PATCH] .github/workflows/CI.yml: Build for Ubuntu 20.04 and 22.04 --- .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 ab7f689..5d91bbe 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: compile: strategy: matrix: - os: [ ubuntu-18.04, macos-latest, windows-latest ] + os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest ] name: ${{matrix.os}} runs-on: ${{matrix.os}}