This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new 650acd3 RATIS-2247. Bump GitHub Actions runner to ubuntu-24.04 (#61)
650acd3 is described below
commit 650acd3ac2f74cc50161822f7a634df35455be4f
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Feb 11 08:03:48 2025 +0100
RATIS-2247. Bump GitHub Actions runner to ubuntu-24.04 (#61)
---
.github/workflows/ci.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 4c4953d..2862fae 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ on:
- pull_request
jobs:
build:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
steps:
- name: Checkout project
uses: actions/checkout@v4