diff --git a/.github/workflows/fallback-pr-create.yml b/.github/workflows/fallback-pr-create.yml index 984d6e489..a0fde52e1 100644 --- a/.github/workflows/fallback-pr-create.yml +++ b/.github/workflows/fallback-pr-create.yml @@ -9,6 +9,6 @@ jobs: approved: name: '!!!' if: ${{ !github.event.issue || github.event.issue.pull_request }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - run: "true"