This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 9da2d17737 [Fix][CI] Upgrade action job runner host version (#9185)
9da2d17737 is described below
commit 9da2d1773783fd954593d8b46c50eb407d27a932
Author: Jia Fan <[email protected]>
AuthorDate: Wed Apr 16 11:31:43 2025 +0800
[Fix][CI] Upgrade action job runner host version (#9185)
---
.github/workflows/notify_test_workflow.yml | 2 +-
.github/workflows/update_build_status.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/notify_test_workflow.yml
b/.github/workflows/notify_test_workflow.yml
index 797d067257..a517a03c16 100644
--- a/.github/workflows/notify_test_workflow.yml
+++ b/.github/workflows/notify_test_workflow.yml
@@ -30,7 +30,7 @@ on:
jobs:
notify:
name: Notify test workflow
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
permissions:
actions: read
checks: write
diff --git a/.github/workflows/update_build_status.yml
b/.github/workflows/update_build_status.yml
index 03718ba747..afeb57d0e9 100644
--- a/.github/workflows/update_build_status.yml
+++ b/.github/workflows/update_build_status.yml
@@ -26,7 +26,7 @@ on:
jobs:
update:
name: Update build status
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
permissions:
actions: read
checks: write