From 7961ad593bda5214653bf0e86c497fb6119c87e5 Mon Sep 17 00:00:00 2001 From: kamilsa Date: Mon, 7 Oct 2024 13:54:12 +0500 Subject: [PATCH] Update to ubuntu 24 --- .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 97374b06..e5bd5df0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: CTEST_OUTPUT_ON_FAILURE: 1 run: cmake --build build --target test Linux-gcc: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 - name: venv