From 2533805084e2116b264653adbdaa25ee4c76150f Mon Sep 17 00:00:00 2001 From: Chenlong Ma Date: Mon, 15 May 2023 11:19:03 +0800 Subject: [PATCH] fix kubefate push actions "This request was automatically failed because there were no enabled runners online to process the request for more than 1 days." Signed-off-by: Chenlong Ma --- .github/workflows/kubefate-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kubefate-push.yml b/.github/workflows/kubefate-push.yml index 517e81331..88bce6757 100644 --- a/.github/workflows/kubefate-push.yml +++ b/.github/workflows/kubefate-push.yml @@ -13,7 +13,7 @@ on: jobs: # no test is required push: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 if: github.event_name == 'push' steps: