Skip to content

Commit

Permalink
test: run runners on scuffle-ci-ryzen-7-1700
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyKomodo committed Dec 29, 2023
1 parent 6489fb3 commit 6c71249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6c71249

Please sign in to comment.