Use windows-2019 runner instead of windows-latest
windows-latest has some weird ACL changes that cause the cx_Freeze packaging steps to fail.
This commit is contained in:
2
.github/workflows/bundle_windows.yml
vendored
2
.github/workflows/bundle_windows.yml
vendored
@@ -13,7 +13,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2019
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.9]
|
||||
|
||||
Reference in New Issue
Block a user