Skip to content

Commit 63ce29a

Browse files
committed
update
1 parent 7d0f671 commit 63ce29a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/liger_kernel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
- linux-arm64-npu-4
2020
- linux-aarch64-310p-1
2121
- linux-aarch64-310p-2
22-
default: "linux-arm64-npu-1"
22+
default: "linux-arm64-npu-2"
2323
description: "The runner selected to run on"
2424
schedule:
2525
- cron: '0 12 * * *'
@@ -63,7 +63,7 @@ jobs:
6363

6464
tests:
6565
name: Tests (${{ matrix.name }})
66-
runs-on: ${{ github.event.inputs.runner || 'linux-aarch64-a2-1' }}
66+
runs-on: ${{ github.event.inputs.runner || 'linux-arm64-npu-2' }}
6767
needs: [checkstyle]
6868
if: success()
6969
container:

0 commit comments

Comments
 (0)