From 2aeac1bdeba676eb05e5448af7bc5976bee199f8 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 22 Oct 2024 14:27:10 +0200 Subject: [PATCH] ci: force ubuntu 22.04 for nightly build To ensure a better compatibility. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4e8d3d9..33a847b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: ARCH: x86_64 OS: linux - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4