Skip to content

Commit

Permalink
ci: Bump Ubuntu version for Python unit tests
Browse files Browse the repository at this point in the history
Ubuntu 20.04 will be removed from GH actions by April 1, 2025.
We can switch to 22.04 which still has Python 2.
  • Loading branch information
vojtechtrefny committed Feb 12, 2025
1 parent 02cd672 commit 1a0edd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
matrix:
pyver_os:
- ver: "2.7"
os: ubuntu-20.04
os: ubuntu-22.04
- ver: "3.6"
os: ubuntu-20.04
os: ubuntu-22.04
- ver: "3.8"
os: ubuntu-latest
- ver: "3.9"
Expand Down

0 comments on commit 1a0edd2

Please sign in to comment.