From 71fb699f9648b66fb3cd90a46bbc3a5bed9b4aa1 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Tue, 21 Jan 2025 14:08:20 -0300 Subject: [PATCH] chore: Pin ubuntu version in CI --- .github/workflows/ci.yml | 2 +- .github/workflows/coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 614f819..dbdaa53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ permissions: contents: read jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Download source uses: actions/checkout@v4 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3b033fa..830a95b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -7,7 +7,7 @@ permissions: contents: read jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Download source uses: actions/checkout@v4