Skip to content

Commit 9b44b30

Browse files
committed
Using ubuntu24.04 in CI as ubuntu-20.04 is about to be removed (2025-04-01)
This is assuming that linux wheels are built on manylinux images and should not depend on the host
1 parent d78194f commit 9b44b30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI-wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
os: [macos-13, windows-2022, ubuntu-20.04]
22+
os: [macos-13, windows-2022, ubuntu-24.04]
2323

2424
steps:
2525
- uses: actions/checkout@v4

.github/workflows/Publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
strategy:
2424
matrix:
25-
os: [ubuntu-20.04, macos-13, windows-2022]
25+
os: [ubuntu-24.04, macos-13, windows-2022]
2626

2727
steps:
2828
- uses: actions/checkout@v4
@@ -109,7 +109,7 @@ jobs:
109109
path: dist
110110
- uses: actions/download-artifact@v4
111111
with:
112-
name: wheels-ubuntu-20.04
112+
name: wheels-ubuntu-24.04
113113
path: dist
114114
- uses: actions/download-artifact@v4
115115
with:

0 commit comments

Comments
 (0)