From d0a9b0cf9c9dce88141f226324211531003a8d7f Mon Sep 17 00:00:00 2001 From: AndreMacedo88 Date: Thu, 14 Mar 2024 19:18:30 +0100 Subject: [PATCH] ci: :construction_worker: specify ubuntu-20.04 in the CI pipelines --- .github/workflows/ci_test.yml | 2 +- .github/workflows/codecov.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index cd1156a..73af8af 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -12,7 +12,7 @@ env: jobs: build_and_test: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index b61c2d9..4aca8fe 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: