Skip to content

Commit

Permalink
modify self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Xida Ren committed Dec 6, 2023
1 parent 7999ddb commit 1f39383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_llama_end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version: [3.11]
os: [xida-cpu-0]

runs-on: ${{matrix.os}}
runs-on: [self-hosted]
steps:
- name: "Setting up Python"
uses: actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
Expand Down

0 comments on commit 1f39383

Please sign in to comment.