Skip to content

Commit

Permalink
Revert "apply runner amax"
Browse files Browse the repository at this point in the history
This reverts commit 3d0c2f3.
  • Loading branch information
kqyhappy committed Oct 23, 2024
1 parent 3d0c2f3 commit c34ff47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c34ff47

Please sign in to comment.