Skip to content

Commit a17b774

Browse files
committed
use self-hosted runner
1 parent 0f063df commit a17b774

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ env:
1616

1717
jobs:
1818
run:
19-
name: Python ${{ matrix.python-version }} on ${{ startsWith(matrix.os, 'macos-') && 'macOS' || startsWith(matrix.os, 'windows-') && 'Windows' || 'Linux' }}
20-
runs-on: ${{ matrix.os }}
19+
name: Python ${{ matrix.python-version }}
20+
runs-on: self-hosted
2121
timeout-minutes: 30
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-latest]
26-
# os: [ubuntu-latest, windows-latest, macos-latest]
2725
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2826

2927
steps:

0 commit comments

Comments
 (0)