From cc8f9746d243ebd02d17945bb11aba8bb5e43880 Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Sat, 14 Dec 2024 17:35:11 +0300 Subject: [PATCH] ci: switch to Noble Native DPMI is not in Jammy... --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 05ba5fb2..fb56c9bf 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -20,7 +20,7 @@ jobs: if: contains(github.event.head_commit.message, '[skip ci]') == false - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4