From 62f98acc189f3a882d81c2225e9c0f3813b5af17 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Sat, 10 Feb 2024 08:16:34 +0100 Subject: [PATCH] Run build on Ubuntu 22.04 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbaa6e16..51422a8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,7 @@ jobs: - "16.04" - "18.04" - "20.04" + - "22.04" runs-on: ubuntu-latest steps: - uses: actions/checkout@v3