Skip to content

Commit

Permalink
CI: Replace ubuntu-20.04 with ubuntu-latest
Browse files Browse the repository at this point in the history
We don't care about the version, so just avoid the version reference
which will eventually be deprecated and removed from GHA.
  • Loading branch information
dopplershift committed Sep 5, 2024
1 parent f87c042 commit 0c4cf8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unstable-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
Tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
outputs:
result: ${{ steps.tests.outcome }}
steps:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
retention-days: 5

Docs:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
outputs:
result: ${{ steps.build.outcome }}
steps:
Expand Down

0 comments on commit 0c4cf8b

Please sign in to comment.