Skip to content

Commit 686ecf9

Browse files
committed
revert win2019 support
build on self-hosted runner
1 parent 53e06a0 commit 686ecf9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ jobs:
2727
os: [ ubuntu-22.04, windows-latest ]
2828
python: [ "3.11" ]
2929
arch: [ "x64" ]
30+
include:
31+
- os: win2019
32+
python: "3.7"
33+
arch: "x64"
34+
- os: win2019
35+
python: "3.7"
36+
arch: "x86"
3037
outputs:
3138
ver: ${{ steps.build.outputs.ver }}
3239

0 commit comments

Comments
 (0)