From d6079178863f297302d8980ff570dc4bf9efe4e4 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 18 Mar 2024 13:01:16 +0100 Subject: [PATCH] Use oldest Ubuntu LTS for releases (#1647) --- .github/workflows/ci-linux.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 69fb61380..7992d2199 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -22,7 +22,7 @@ jobs: build: name: CI on Linux - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Check out repository diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a82ddfd01..43f1202fb 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -22,7 +22,7 @@ jobs: matrix: os: - macos-latest - - ubuntu-latest + - ubuntu-20.04 - windows-latest steps: