Skip to content

Commit 78cbbec

Browse files
authored
Change runner to self-hosted Linux for build job
1 parent 8de4425 commit 78cbbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/X86-64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
Build:
22-
runs-on: ubuntu-latest
22+
runs-on: [self-hosted, Linux]
2323

2424
steps:
2525
- name: Check Server Performance(检查服务器性能)

0 commit comments

Comments
 (0)