File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
44
45
45
build :
46
46
name : Build EXE
47
- runs-on : [windows-2019 ]
47
+ runs-on : [windows-2022 ]
48
48
needs :
49
49
- version
50
50
timeout-minutes : 65
@@ -228,7 +228,7 @@ jobs:
228
228
env :
229
229
HAS_SIGNING_SECRET : ${{ steps.check_secrets.outputs.HAS_SIGNING_SECRET }}
230
230
run : |
231
- $env:path="C:\Program` Files` (x86) \Microsoft` Visual` Studio\2019 \Enterprise\SDK\ScopeCppSDK\vc15\VC\bin\;$env:path"
231
+ $env:path="C:\Program` Files\Microsoft` Visual` Studio\2022 \Enterprise\SDK\ScopeCppSDK\vc15\VC\bin\;$env:path"
232
232
$env:path="C:\Program` Files` (x86)\Windows` Kits\10\App` Certification` Kit;$env:path"
233
233
cd .\build_scripts
234
234
.\build_windows-2-installer.ps1
@@ -317,14 +317,14 @@ jobs:
317
317
fail-fast : false
318
318
matrix :
319
319
os :
320
- - name : 2019
321
- matrix : 2019
322
- runs-on :
323
- intel : windows-2019
324
320
- name : 2022
325
321
matrix : 2022
326
322
runs-on :
327
323
intel : windows-2022
324
+ - name : 2025
325
+ matrix : 2025
326
+ runs-on :
327
+ intel : windows-2025
328
328
arch :
329
329
- name : Intel
330
330
matrix : intel
You can’t perform that action at this time.
0 commit comments