From f566c83c8143d70b6dfec286341c1515cb43e046 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:11:06 +0000 Subject: [PATCH] Update dependency ubuntu to v24 (#2267) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_and_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index bb294574..a77f6761 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -45,6 +45,6 @@ jobs: tests-done: needs: [windows, linux, macos] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - run: echo "Tests successful"