Skip to content

Commit

Permalink
RATIS-2247. Bump GitHub Actions runner to ubuntu-24.04 (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Feb 11, 2025
1 parent 2664ac8 commit af8482c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ on:
runner:
type: string
description: "GitHub Actions runner to use"
default: 'ubuntu-20.04'
default: 'ubuntu-24.04'
required: false

script-args:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
needs:
- build
- unit
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30
if: (github.repository == 'apache/ratis' || github.repository == 'apache/incubator-ratis') && github.event_name != 'pull_request'
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/repeat-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ env:
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) || '' }}
jobs:
prepare:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
matrix: ${{ steps.generate.outputs.matrix }}
test-spec: ${{ steps.test-spec.outputs.test-spec }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
if: ${{ always() }}
needs:
- prepare
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
TEST_SPEC: ${{ needs.prepare.outputs.test-spec }}
strategy:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
count-failures:
if: ${{ failure() }}
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Download build results
uses: actions/download-artifact@v4
Expand Down

0 comments on commit af8482c

Please sign in to comment.