diff --git a/.github/workflows/lint-test-build.yml b/.github/workflows/lint-test-build.yml index 5c134c37..3426c23a 100644 --- a/.github/workflows/lint-test-build.yml +++ b/.github/workflows/lint-test-build.yml @@ -34,7 +34,7 @@ jobs: lint: needs: pre_job if: needs.pre_job.outputs.should_skip != 'true' - runs-on: ubuntu-latest + runs-on: scuffle-ci-i5-13500 container: ghcr.io/scuffletv/ci/build:latest steps: - uses: actions/checkout@v4 @@ -48,7 +48,7 @@ jobs: test: needs: pre_job if: needs.pre_job.outputs.should_skip != 'true' - runs-on: ubuntu-latest + runs-on: scuffle-ci-i5-13500 container: ghcr.io/scuffletv/ci/build:latest services: cockroach: @@ -128,7 +128,7 @@ jobs: build: needs: [pre_job, lint, test] if: needs.pre_job.outputs.should_skip != 'true' - runs-on: ubuntu-latest + runs-on: scuffle-ci-i5-13500 container: ghcr.io/scuffletv/ci/build:latest steps: - uses: actions/checkout@v4