diff --git a/.github/workflows/auto-create-repo.yml b/.github/workflows/auto-create-repo.yml index c2d13aa2..26ec771c 100644 --- a/.github/workflows/auto-create-repo.yml +++ b/.github/workflows/auto-create-repo.yml @@ -12,7 +12,7 @@ env: jobs: create_repo: if: github.event.pull_request.merged - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 with: