Skip to content

Commit

Permalink
Merge pull request #3620 from dopplershift/gha-maint
Browse files Browse the repository at this point in the history
Replace ubuntu-20.04 with ubuntu-latest
  • Loading branch information
dcamron authored Sep 5, 2024
2 parents f87c042 + 0c4cf8b commit e2a4007
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 e2a4007

Please sign in to comment.