File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ runs:
145
145
shell : cmd
146
146
run : |
147
147
echo on
148
+ choco install innosetup
148
149
"C:\Program Files (x86)\Inno Setup 6\iscc" ^
149
150
"/O%CD%\newArtifacts" ^
150
151
"/DLDCVersion=%ARTIFACT_ID%" ^
Original file line number Diff line number Diff line change @@ -93,15 +93,15 @@ jobs:
93
93
with_pgo : true
94
94
95
95
- job_name : Windows x64
96
- os : windows-2022
96
+ os : windows-2025
97
97
arch : x64
98
98
extra_cmake_flags : >-
99
99
"-DD_COMPILER_FLAGS=-O -flto=full -defaultlib=phobos2-ldc-lto,druntime-ldc-lto"
100
100
-DEXTRA_CXXFLAGS=-flto=full
101
101
with_pgo : true
102
102
103
103
- job_name : Windows x86
104
- os : windows-2022
104
+ os : windows-2025
105
105
arch : x86
106
106
# `RT_CFLAGS=-m32` needed to make 64-bit clang-cl output 32-bit code for druntime integration tests
107
107
extra_cmake_flags : >-
@@ -314,7 +314,7 @@ jobs:
314
314
315
315
merge-windows :
316
316
name : Windows multilib
317
- runs-on : windows-2022
317
+ runs-on : windows-2025
318
318
timeout-minutes : 30
319
319
needs : build-native
320
320
steps :
You can’t perform that action at this time.
0 commit comments