From 9de8f5f791454f54e6bbb04422c5c6892590f084 Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Tue, 17 Dec 2024 16:51:49 -0500 Subject: [PATCH] Pin Ubuntu due to chromium bug (via puppeteer) https://github.com/puppeteer/puppeteer/issues/12818 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79accc7..cb81095 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: jobs: build: name: Build (${{ matrix.channel }}) - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # Update when chromium bug mentioned https://github.com/puppeteer/puppeteer/issues/12818 is resolved env: CI: 'true' strategy: