Skip to content

Commit

Permalink
ci: Bump Ubuntu version for Python unit tests (#512)
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.
Unfortunately 3.6 is not supported on 22.04 so we need to remove
it.
  • Loading branch information
vojtechtrefny authored Feb 14, 2025
1 parent b331fa6 commit 84cc4f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
matrix:
pyver_os:
- ver: "2.7"
os: ubuntu-20.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 84cc4f4

Please sign in to comment.