Skip to content

Commit 9f5b697

Browse files
authored
[CI] Fix workflows (#10417)
1 parent ce7550f commit 9f5b697

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
Lint:
77
name: Lint
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- uses: actions/checkout@v3
1111
with:

.github/workflows/pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
Pipelines-Test:
1414
name: Pipelines-Test
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-python@v4

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
Release:
1818
name: Release
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- uses: actions/checkout@v2
2222
- uses: actions/setup-python@v1

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
stale:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717

1818
permissions:
1919
issues: write

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
Test:
77
name: Test
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
permissions:
1010
pull-requests: write
1111
contents: read

docs/.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Required
66
version: 2
77
build:
8-
os: "ubuntu-20.04"
8+
os: "ubuntu-24.04"
99
tools:
1010
python: "3.10"
1111

0 commit comments

Comments
 (0)