From c34ff47726ebeb1a099a557e9c25fc6071f4f27b Mon Sep 17 00:00:00 2001 From: kqyhappy Date: Wed, 23 Oct 2024 18:29:52 +0800 Subject: [PATCH] Revert "apply runner amax" This reverts commit 3d0c2f3b4147aa2638f59ca752da6d5792aac7e5. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c02c2dd..aaa26f0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ env: jobs: test_compiler: - runs-on: [self-hosted, amax] + runs-on: self-hosted timeout-minutes: 240 container: image: mcd.io/mcd-apps/megcc-ci:v1 @@ -26,7 +26,7 @@ jobs: run: ./compiler/script/ci/run_local_regression_test.sh ./compiler/local_cmake_build test_kernel: - runs-on: [self-hosted, amax] + runs-on: self-hosted timeout-minutes: 240 container: image: mcd.io/mcd-apps/megcc-ci:v1