File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 fi
171171
172172 docs_check :
173- runs-on : [self-hosted, func-tester]
173+ runs-on : [self-hosted, func-tester-aarch64 ]
174174 needs : [config_workflow, dockers_build_amd_and_merge, style_check]
175175 if : ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'RG9jcyBjaGVjaw==') }}
176176 name : " Docs check"
Original file line number Diff line number Diff line change @@ -879,7 +879,7 @@ class JobConfigs:
879879 )
880880 docs_job = Job .Config (
881881 name = JobNames .Docs ,
882- runs_on = RunnerLabels .FUNC_TESTER_AMD ,
882+ runs_on = RunnerLabels .FUNC_TESTER_ARM ,
883883 command = "python3 ./ci/jobs/docs_job.py" ,
884884 digest_config = Job .CacheDigestConfig (
885885 include_paths = [
You can’t perform that action at this time.
0 commit comments