Skip to content

Commit 3902c11

Browse files
author
DORIS HILLS
committed
Configure workflows to use self-hosted runner
1 parent 3d18e12 commit 3902c11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: self-hosted
1212
strategy:
1313
matrix:
1414
python-version: ['3.11', '3.12', '3.13']
@@ -57,7 +57,7 @@ jobs:
5757
if: always()
5858

5959
build:
60-
runs-on: ubuntu-latest
60+
runs-on: self-hosted
6161
needs: test
6262
if: github.ref == 'refs/heads/main'
6363

0 commit comments

Comments
 (0)