Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fda15d

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update dependency ubuntu to v24
1 parent 1e4326b commit 6fda15d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020

2121
jobs:
2222
sphinx:
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
steps:
2525
- uses: actions/[email protected]
2626
- name: Set up Python
@@ -40,7 +40,7 @@ jobs:
4040
path: build/sphinx/html/
4141

4242
twine-check:
43-
runs-on: ubuntu-22.04
43+
runs-on: ubuntu-24.04
4444
steps:
4545
- uses: actions/[email protected]
4646
- name: Set up Python

.github/workflows/rerun-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
rerun_pr_tests:
99
name: rerun_pr_tests
1010
if: ${{ github.event.issue.pull_request }}
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: estroz/rerun-actions@main
1414
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: tox --skip-missing-interpreters false
6464

6565
functional:
66-
runs-on: ubuntu-22.04
66+
runs-on: ubuntu-24.04
6767
strategy:
6868
matrix:
6969
toxenv: [api_func_v4, cli_func_v4]
@@ -88,7 +88,7 @@ jobs:
8888
token: ${{ secrets.CODECOV_TOKEN }}
8989

9090
coverage:
91-
runs-on: ubuntu-22.04
91+
runs-on: ubuntu-24.04
9292
steps:
9393
- uses: actions/[email protected]
9494
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)