Skip to content

Commit

Permalink
build: run workflows exclusively with ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Sep 11, 2024
1 parent 7392613 commit babb59f
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 @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-24.04]
os: [ubuntu-24.04]
python-version: ['3.11']
toxenv: ["django42", "quality", "docs"]

Expand Down

0 comments on commit babb59f

Please sign in to comment.