From 5ffb1eb3c16b7c09dd9eb2b3042a127eaa24acee Mon Sep 17 00:00:00 2001 From: Steven Lambert <2433219+straker@users.noreply.github.com> Date: Fri, 5 Sep 2025 09:15:13 -0600 Subject: [PATCH] ci(puppeteer): upgrade runner for puppeteer tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56ed9879..e820618f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: node: [18, 20, 22] - runs-on: ubuntu-latest + runs-on: deque-ubuntu-latest-4core timeout-minutes: 15 needs: lint steps: