Skip to content

Commit af8482c

Browse files
authored
RATIS-2247. Bump GitHub Actions runner to ubuntu-24.04 (#1219)
1 parent 2664ac8 commit af8482c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ on:
5555
runner:
5656
type: string
5757
description: "GitHub Actions runner to use"
58-
default: 'ubuntu-20.04'
58+
default: 'ubuntu-24.04'
5959
required: false
6060

6161
script-args:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
needs:
9797
- build
9898
- unit
99-
runs-on: ubuntu-20.04
99+
runs-on: ubuntu-24.04
100100
timeout-minutes: 30
101101
if: (github.repository == 'apache/ratis' || github.repository == 'apache/incubator-ratis') && github.event_name != 'pull_request'
102102
steps:

.github/workflows/repeat-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ env:
5050
run-name: ${{ github.event_name == 'workflow_dispatch' && format('{0}#{1}[{2}]-{3}x{4}', inputs.test-class, inputs.test-method, inputs.ref, inputs.splits, inputs.iterations) || '' }}
5151
jobs:
5252
prepare:
53-
runs-on: ubuntu-20.04
53+
runs-on: ubuntu-24.04
5454
outputs:
5555
matrix: ${{ steps.generate.outputs.matrix }}
5656
test-spec: ${{ steps.test-spec.outputs.test-spec }}
@@ -79,7 +79,7 @@ jobs:
7979
if: ${{ always() }}
8080
needs:
8181
- prepare
82-
runs-on: ubuntu-20.04
82+
runs-on: ubuntu-24.04
8383
env:
8484
TEST_SPEC: ${{ needs.prepare.outputs.test-spec }}
8585
strategy:
@@ -121,7 +121,7 @@ jobs:
121121
count-failures:
122122
if: ${{ failure() }}
123123
needs: test
124-
runs-on: ubuntu-20.04
124+
runs-on: ubuntu-24.04
125125
steps:
126126
- name: Download build results
127127
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)