Skip to content

Commit d2764be

Browse files
Update python-app.yml
1 parent d9bbfe6 commit d2764be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010

11-
runs-on: self-hosted
11+
runs-on: [self-hosted, windows]
1212

1313
steps:
1414
- name: Check out source code
@@ -17,6 +17,6 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.6.x - 3.11.x'
20+
python-version: 3.11.8
2121

2222

0 commit comments

Comments
 (0)