diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 544488dc..e2085927 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -196,7 +196,7 @@ jobs: if: > contains(fromJson('["develop"]'), github.base_ref) && (github.head_ref != 'main') && (!startsWith(github.head_ref, 'release')) - runs-on: "ubuntu-22.04" + runs-on: "ubuntu-24.04" steps: - name: "Check out repository code" uses: "actions/checkout@v4"