diff --git a/.github/workflows/version-maintenance.yml b/.github/workflows/version-maintenance.yml index 0fdb715..20ce3bd 100644 --- a/.github/workflows/version-maintenance.yml +++ b/.github/workflows/version-maintenance.yml @@ -10,7 +10,7 @@ on: jobs: version-maintenance: name: Update collection version according to PR labels - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.ref == 'refs/heads/main' steps: - name: Check out codebase