From 0c4cf8bcaa939bb4473234405c5572f0e8c9f963 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Thu, 5 Sep 2024 11:33:03 -0600 Subject: [PATCH] CI: Replace ubuntu-20.04 with ubuntu-latest We don't care about the version, so just avoid the version reference which will eventually be deprecated and removed from GHA. --- .github/workflows/tests-pypi.yml | 2 +- .github/workflows/unstable-builds.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests-pypi.yml b/.github/workflows/tests-pypi.yml index 24ae0fed1e3..fcc1657779d 100644 --- a/.github/workflows/tests-pypi.yml +++ b/.github/workflows/tests-pypi.yml @@ -21,7 +21,7 @@ jobs: # PyPITests: name: ${{ matrix.python-version }} ${{ matrix.dep-versions }} ${{ matrix.no-extras }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: diff --git a/.github/workflows/unstable-builds.yml b/.github/workflows/unstable-builds.yml index c2293268754..2ca542212c6 100644 --- a/.github/workflows/unstable-builds.yml +++ b/.github/workflows/unstable-builds.yml @@ -12,7 +12,7 @@ on: jobs: Tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest outputs: result: ${{ steps.tests.outcome }} steps: @@ -52,7 +52,7 @@ jobs: retention-days: 5 Docs: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest outputs: result: ${{ steps.build.outcome }} steps: