From 26f2e31855b5f4e2e9c8d8cf505a76b88e4acc62 Mon Sep 17 00:00:00 2001 From: Andy Cohen Date: Thu, 15 Aug 2024 16:29:58 -0500 Subject: [PATCH] update ci workflow --- .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 ef11dc90..f9a9b7ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ concurrency: jobs: run_specs: name: Rspec - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest timeout-minutes: 10 env: CI: true