From 67151947e94c3e6cf54292c581eb517a779ce6bb Mon Sep 17 00:00:00 2001 From: Chris Bartholomew Date: Fri, 7 Jun 2024 21:54:43 -0300 Subject: [PATCH] Switch to self hosted action runners --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b912c5f3e..1977ea65a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ concurrency: jobs: tests: name: Unit tests (${{ matrix.name }}) - runs-on: ubuntu-latest + runs-on: arc-runner-set timeout-minutes: 60 strategy: fail-fast: false