From 1be8e31fe7777287bd5fd48217c9dcea269196b9 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Tue, 7 Jan 2025 08:09:19 +0100 Subject: [PATCH] Pin reffy jobs to ubuntu-22.04 for now For puppeteer/chromium sake see https://github.com/puppeteer/puppeteer/issues/12818 --- .github/workflows/update-ed.yml | 2 +- .github/workflows/update-tr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-ed.yml b/.github/workflows/update-ed.yml index 5f0e14074453..66e426b22d33 100644 --- a/.github/workflows/update-ed.yml +++ b/.github/workflows/update-ed.yml @@ -5,7 +5,7 @@ on: name: Update ED report jobs: update: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout repo uses: actions/checkout@v4 diff --git a/.github/workflows/update-tr.yml b/.github/workflows/update-tr.yml index f03cbf5b1e18..15ef2f9eb4f5 100644 --- a/.github/workflows/update-tr.yml +++ b/.github/workflows/update-tr.yml @@ -5,7 +5,7 @@ on: name: Update TR report jobs: update: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout repo uses: actions/checkout@v4