Skip to content

Commit 5fea577

Browse files
chore(actions): update dependency ubuntu to v24
1 parent 49cbd07 commit 5fea577

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/merge-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
prepare:
1818
name: Calculate Version and Build Number
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020

2121
outputs:
2222
version: ${{ steps.version.outputs.value }}
@@ -49,7 +49,7 @@ jobs:
4949

5050
prerelease-tag:
5151
name: Create Prerelease Tag
52-
runs-on: ubuntu-22.04
52+
runs-on: ubuntu-24.04
5353

5454
needs:
5555
- prepare

.github/workflows/merge-master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
prepare:
1818
name: Calculate Version and Build Number
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020

2121
outputs:
2222
build_number: ${{ steps.build_number.outputs.value }}
@@ -51,7 +51,7 @@ jobs:
5151
if: needs.prepare.outputs.new_release == 'true'
5252

5353
name: Create Prerelease Tag
54-
runs-on: ubuntu-22.04
54+
runs-on: ubuntu-24.04
5555

5656
needs:
5757
- prepare
@@ -69,7 +69,7 @@ jobs:
6969
if: needs.prepare.outputs.new_release == 'true'
7070

7171
name: Draft Release
72-
runs-on: ubuntu-22.04
72+
runs-on: ubuntu-24.04
7373

7474
needs:
7575
- 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/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)