Skip to content

Commit

Permalink
Drop support for Ubuntu 20.04 and add 24.04 in build-and-install-pack…
Browse files Browse the repository at this point in the history
…ages.yml
  • Loading branch information
martinburchell committed Jan 7, 2025
1 parent 40d3166 commit 9b8f323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-install-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
python-version: [3.9, "3.10", 3.11]
# LTS versions
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9b8f323

Please sign in to comment.