Skip to content

Commit 62797eb

Browse files
committed
Drop EOL Ubuntu 20.04 from Linux wheel builds
1 parent dc58b34 commit 62797eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
63+
os: [ ubuntu-22.04, ubuntu-24.04 ]
6464
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
6565
architecture: [ 'x64' ]
6666

0 commit comments

Comments
 (0)