Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6fda15d

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update dependency ubuntu to v24
1 parent1e4326b commit6fda15d

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/checkout@v4.2.1
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/checkout@v4.2.1
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/checkout@v4.2.1
9494
-name:Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp