Skip to content

Commit f3ba638

Browse files
altendkyemlowe
andauthored
update windows build to windows-2022 (#19670)
* update windows build to windows-2022 https://github.com/Chia-Network/chia-blockchain/actions/runs/15418837197/job/43391307150?pr=19667 > This is a scheduled Windows Server 2019 brownout. The Windows Server 2019 image will be removed on 2025-06-30. For more details, see actions/runner-images#12045 * Update build-windows-installer.yml * Update build-windows-installer.yml * Locating editbin * Update path to editbin --------- Co-authored-by: Earle Lowe <[email protected]>
1 parent 242ef4f commit f3ba638

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-windows-installer.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
build:
4646
name: Build EXE
47-
runs-on: [windows-2019]
47+
runs-on: [windows-2022]
4848
needs:
4949
- version
5050
timeout-minutes: 65
@@ -228,7 +228,7 @@ jobs:
228228
env:
229229
HAS_SIGNING_SECRET: ${{ steps.check_secrets.outputs.HAS_SIGNING_SECRET }}
230230
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"
232232
$env:path="C:\Program` Files` (x86)\Windows` Kits\10\App` Certification` Kit;$env:path"
233233
cd .\build_scripts
234234
.\build_windows-2-installer.ps1
@@ -317,14 +317,14 @@ jobs:
317317
fail-fast: false
318318
matrix:
319319
os:
320-
- name: 2019
321-
matrix: 2019
322-
runs-on:
323-
intel: windows-2019
324320
- name: 2022
325321
matrix: 2022
326322
runs-on:
327323
intel: windows-2022
324+
- name: 2025
325+
matrix: 2025
326+
runs-on:
327+
intel: windows-2025
328328
arch:
329329
- name: Intel
330330
matrix: intel

0 commit comments

Comments
 (0)