Skip to content

Commit 4167f78

Browse files
committed
update to use ubuntu-24.04 instead of ubuntu-20.04
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent ea122b2 commit 4167f78

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-pytest.yml

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

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

99
strategy:
1010
max-parallel: 4

.github/workflows/docs-ci.yml

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

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

99
strategy:
1010
max-parallel: 4

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build-and-publish-to-pypi:
99
name: Build and publish library to PyPI
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Python
@@ -24,4 +24,4 @@ jobs:
2424
uses: pypa/gh-action-pypi-publish@master
2525
with:
2626
password: ${{ secrets.PYPI_API_TOKEN }}
27-
27+

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
jobs:
77
- template: etc/ci/azure-posix.yml
88
parameters:
9-
job_name: ubuntu20_cpython
10-
image_name: ubuntu-20.04
9+
job_name: ubuntu24_cpython
10+
image_name: ubuntu-24.04
1111
python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1212
test_suites:
1313
all: venv/bin/pytest -n 2 -vvs tests/

0 commit comments

Comments
 (0)