@@ -161,10 +161,7 @@ jobs:
161161 testing-windows :
162162 name : Testing and coverage (Windows)
163163 needs : [smoke-tests, manifests]
164- # runs-on: [self-hosted, Windows, pygeometry]
165- runs-on : # TODO: Waiting for ansys-network runner to be updated
166- group : ansys-network
167- labels : [self-hosted, Windows, pygeometry]
164+ runs-on : [self-hosted, Windows, pygeometry]
168165 continue-on-error : ${{ matrix.experimental }}
169166 env :
170167 SKIP_UNSTABLE : false
@@ -337,10 +334,7 @@ jobs:
337334 docs :
338335 name : Documentation
339336 needs : [docs-style]
340- # Doc build performed on self-hosted runners outside the Ansys network only
341- runs-on :
342- group : ansys-network
343- labels : [self-hosted, Windows, pygeometry]
337+ runs-on : [self-hosted, Windows, pygeometry]
344338 env :
345339 PYVISTA_OFF_SCREEN : true
346340 steps :
@@ -650,10 +644,7 @@ jobs:
650644
651645 build-windows-container :
652646 name : Building Geometry Service - Windows
653- # runs-on: [self-hosted, Windows, pygeometry]
654- runs-on : # TODO: Waiting for ansys-network runner to be updated
655- group : ansys-network
656- labels : [self-hosted, Windows, pygeometry]
647+ runs-on : [self-hosted, Windows, pygeometry]
657648 needs : [fetch-release-artifacts]
658649 strategy :
659650 fail-fast : false
0 commit comments