Skip to content

Commit ce21ad6

Browse files
committed
ci: use proper runner
1 parent 5515312 commit ce21ad6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci_cd.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,14 @@ jobs:
312312
id: docs-build-required
313313
run: echo "build_required=${{ env.build_docs }}" >> $GITHUB_OUTPUT
314314

315+
# =================================================================================================
316+
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RUNNING ON SELF-HOSTED RUNNER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
317+
# =================================================================================================
318+
315319
docs:
316320
name: Documentation
317321
needs: [is_docs_pr]
318-
runs-on: [self-hosted, Windows, pygeometry]
322+
runs-on: ubuntu-latest
319323
# Only run if docs build is required
320324
if: ${{ needs.is_docs_pr.outputs.build_required == 'true' }}
321325
env:
@@ -352,11 +356,6 @@ jobs:
352356
docker logs ${{ env.GEO_CONT_NAME }}
353357
docker rm ${{ env.GEO_CONT_NAME }}
354358
355-
356-
# =================================================================================================
357-
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RUNNING ON SELF-HOSTED RUNNER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
358-
# =================================================================================================
359-
360359
testing-linux:
361360
name: Testing and coverage (Linux)
362361
needs: [manifests]

0 commit comments

Comments
 (0)