diff --git a/.github/workflows/rebuild.yml b/.github/workflows/rebuild.yml index fbee5d30f9..791cb19095 100644 --- a/.github/workflows/rebuild.yml +++ b/.github/workflows/rebuild.yml @@ -8,7 +8,7 @@ on: jobs: rebuild: concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession. - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/setup-node@v3 with: