From 6c712493ced7f14c06ce4730cd2dea92033d867a Mon Sep 17 00:00:00 2001 From: Troy Benson Date: Fri, 29 Dec 2023 18:07:53 +0000 Subject: [PATCH] test: run runners on scuffle-ci-ryzen-7-1700 --- .github/workflows/lint-test-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-test-build.yml b/.github/workflows/lint-test-build.yml index 3426c23a..7c958dcc 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: scuffle-ci-i5-13500 + runs-on: scuffle-ci-ryzen-7-1700 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: scuffle-ci-i5-13500 + runs-on: scuffle-ci-ryzen-7-1700 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: scuffle-ci-i5-13500 + runs-on: scuffle-ci-ryzen-7-1700 container: ghcr.io/scuffletv/ci/build:latest steps: - uses: actions/checkout@v4