From b1330f577ce7b54638169506ef1381d6eaa714d9 Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:13:04 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/pullrequest-verify.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pullrequest-verify.yaml b/.github/workflows/pullrequest-verify.yaml index 133c5505..8fc3f44d 100644 --- a/.github/workflows/pullrequest-verify.yaml +++ b/.github/workflows/pullrequest-verify.yaml @@ -29,7 +29,7 @@ jobs: verify-concordium: name: Verify Concordium integration - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 environment: testnet steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 @@ -45,7 +45,7 @@ jobs: verify-performance: name: Verify performance - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4