Skip to content

Commit

Permalink
Merge pull request #219 from openzim/ubuntu-ci
Browse files Browse the repository at this point in the history
Using ubuntu24.04 in CI as ubuntu-20.04 is about to be removed (2025-04-01)
  • Loading branch information
rgaudin authored Feb 17, 2025
2 parents d78194f + 9b44b30 commit bcc4d9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, windows-2022, ubuntu-20.04]
os: [macos-13, windows-2022, ubuntu-24.04]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-13, windows-2022]
os: [ubuntu-24.04, macos-13, windows-2022]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
path: dist
- uses: actions/download-artifact@v4
with:
name: wheels-ubuntu-20.04
name: wheels-ubuntu-24.04
path: dist
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit bcc4d9d

Please sign in to comment.