Skip to content

Commit 91d0d81

Browse files
Change runner to self-hosted in Python workflow
Updated the workflow to use a self-hosted runner instead of multiple OS options.
1 parent 58466b5 commit 91d0d81

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-latest, ubuntu-22.04, windows-latest, macos-13, macos-latest]
15+
# os: [ubuntu-latest, ubuntu-22.04, windows-latest, macos-13, macos-latest]
16+
os: [self-hosted]
1617
# os: [windows-2025, windows-latest, windows-2019, windows-11-arm]
1718
# python-version: ['3.13.1t', '3.13.1', '3.12', '3.11', '3.10']
1819
steps:

0 commit comments

Comments
 (0)