From 9f6b6dc2f6f6ffbd3bf6734513b4c8a8df966f9d Mon Sep 17 00:00:00 2001 From: Mark Vayngrib Date: Tue, 9 Jan 2024 15:10:34 -0500 Subject: [PATCH] chore: rm custom GH actions runner --- .github/workflows/checks.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 328faa08..14b8c276 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -17,7 +17,7 @@ env: jobs: lint: name: Lint - runs-on: hydra-runner + runs-on: ubuntu-latest timeout-minutes: 20 steps: - uses: actions/checkout@v4 @@ -35,7 +35,7 @@ jobs: run: yarn format:check test: name: Test - runs-on: hydra-runner + runs-on: ubuntu-latest timeout-minutes: 35 steps: - uses: actions/checkout@v4 @@ -57,7 +57,7 @@ jobs: gist-user: exodus-github-hydra-bot integration-test: name: Test (Integration) - runs-on: hydra-runner + runs-on: ubuntu-latest timeout-minutes: 35 steps: - uses: actions/checkout@v4