8000 ci: switch to 24.04 · libfuse/python-fuse@8b2d273 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b2d273

Browse files
author
Sébastien Delafond
committed
ci: switch to 24.04
1 parent 5b4bb82 commit 8b2d273

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request, push, workflow_dispatch]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88

99
strategy:
1010
fail-fast: false

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
sdist:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v5
2929
retention-days: 2
3030

3131
wheel:
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-24.04
3333
env:
3434
TAGS: cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313
3535

@@ -65,7 +65,7 @@ jobs:
6565
needs:
6666
- sdist
6767
- wheel
68-
runs-on: ubuntu-20.04
68+
runs-on: ubuntu-24.04
6969
steps:
7070
- name: Download sdist artifact
7171
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)
0