We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0f671 commit 63ce29aCopy full SHA for 63ce29a
1 file changed
.github/workflows/liger_kernel.yml
@@ -19,7 +19,7 @@ on:
19
- linux-arm64-npu-4
20
- linux-aarch64-310p-1
21
- linux-aarch64-310p-2
22
- default: "linux-arm64-npu-1"
+ default: "linux-arm64-npu-2"
23
description: "The runner selected to run on"
24
schedule:
25
- cron: '0 12 * * *'
@@ -63,7 +63,7 @@ jobs:
63
64
tests:
65
name: Tests (${{ matrix.name }})
66
- runs-on: ${{ github.event.inputs.runner || 'linux-aarch64-a2-1' }}
+ runs-on: ${{ github.event.inputs.runner || 'linux-arm64-npu-2' }}
67
needs: [checkstyle]
68
if: success()
69
container:
0 commit comments