diff --git a/.github/workflows/make-and-test.yml b/.github/workflows/make-and-test.yml index 96da238ff2..764bbc568d 100644 --- a/.github/workflows/make-and-test.yml +++ b/.github/workflows/make-and-test.yml @@ -44,8 +44,11 @@ jobs: run: cd src/scripts && python3 check_doc_urls.py || sleep 5 || python3 check_doc_urls.py build: - runs-on: ubuntu-latest - + # https://docs.github.com/en/enterprise-cloud@latest/actions/how-tos/using-github-hosted-runners/using-larger-runners/managing-larger-runners#adding-a-larger-runner-to-an-organization + #runs-on: prod-9183 + #runs-on: ubuntu-24.04-4cpu-16ram + #runs-on: ubuntu-24.04 + runs-on: hsy-laptop services: postgres: image: postgres:${{ matrix.pg-version}}