diff --git a/.github/workflows/pullrequest-verify.yaml b/.github/workflows/pullrequest-verify.yaml index 36eb782a..f365ee2e 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