Skip to content

Commit ad5df60

Browse files
chore(actions): update dependency ubuntu to v24
1 parent 806fa35 commit ad5df60

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
prepare:
2323
name: Get Current version
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-24.04
2525

2626
outputs:
2727
version: ${{ steps.version.outputs.value }}
@@ -46,7 +46,7 @@ jobs:
4646
4747
publish-docs:
4848
name: Publish Docs
49-
runs-on: ubuntu-22.04
49+
runs-on: ubuntu-24.04
5050

5151
needs:
5252
- prepare

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
commitlint:
1111
name: Lint commit message
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -21,7 +21,7 @@ jobs:
2121
lint:
2222
if: github.actor != 'renovate[bot]'
2323
name: Lint source code
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-24.04
2525

2626
steps:
2727
- uses: actions/checkout@v4
@@ -85,7 +85,7 @@ jobs:
8585

8686
validate-docs:
8787
name: Validate Docs
88-
runs-on: ubuntu-22.04
88+
runs-on: ubuntu-24.04
8989

9090
steps:
9191
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
package:
1212
name: Build and Package
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
5353

5454
upload-assets:
5555
name: Upload Assets to Release
56-
runs-on: ubuntu-22.04
56+
runs-on: ubuntu-24.04
5757

5858
needs: package
5959

@@ -71,7 +71,7 @@ jobs:
7171

7272
publish-pypi:
7373
name: Publish packages to PyPi
74-
runs-on: ubuntu-22.04
74+
runs-on: ubuntu-24.04
7575
needs: package
7676
permissions:
7777
id-token: write

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- run: codecov -F py${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.pandas }}-${{ matrix.numpy }}
123123

124124
test_spark:
125-
runs-on: ubuntu-22.04
125+
runs-on: ubuntu-24.04
126126
continue-on-error: false
127127
strategy:
128128
matrix:

0 commit comments

Comments
 (0)