From 7a3042c606960d5026b16fa719e6abef97f5bdbf Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Wed, 29 Jan 2025 10:20:29 -0500 Subject: [PATCH] ci: run runtime tests on old ubuntu Works around https://github.com/puppeteer/puppeteer/issues/12818 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09ddbb277d..deae05eb55 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: runtime-lint-coverage: name: Runtime, Linting, and Coverage - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4