Skip to content

Commit

Permalink
GH Actions: Drop Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Jan 20, 2025
1 parent 2cf06ed commit 3473ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
manylinux: ['1']
os: ['ubuntu-20.04'] # run on the oldest linux we have access to
os: ['ubuntu-22.04'] # run on the oldest linux we have access to
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
Expand Down

0 comments on commit 3473ad9

Please sign in to comment.