Skip to content

Commit

Permalink
Merge pull request #349 from irtazaakram/ubuntu-latest
Browse files Browse the repository at this point in the history
Drop usage of ubuntu-20.04
  • Loading branch information
feanil authored Feb 19, 2025
2 parents e0f3974 + 1c022a7 commit 6b17b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest]
os: [ubuntu-latest]
python-version: ['3.11', '3.12']
toxenv: [quality, django42-drf314, django42-drflatest]

Expand Down

0 comments on commit 6b17b73

Please sign in to comment.