From 87b242e7e3b076e060fdea036911b6607d07545b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 15 Oct 2024 22:37:02 +0200 Subject: [PATCH] build: use Ubuntu 22.04 Can't fix everything right now... --- .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 c3298fac..88539f13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: - cron: 0 7 1 * * jobs: build-linux: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: config-args: -- 2.39.5