@@ -199,7 +199,7 @@ jobs:
199199 ./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ matrix.image }} build -p ${{ env.PACKAGE_NAME }}
200200
201201 windows :
202- runs-on : windows-2022 # latest
202+ runs-on : windows-2025 # latest
203203 steps :
204204 - uses : aws-actions/configure-aws-credentials@v4
205205 with :
@@ -214,8 +214,8 @@ jobs:
214214 python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
215215 python builder.pyz build -p ${{ env.PACKAGE_NAME }} --spec=downstream
216216
217- windows-vc14 :
218- runs-on : windows-2019 # windows-2019 is last env with Visual Studio 2015 (v14.0)
217+ windows-vc17 :
218+ runs-on : windows-2025 # latest
219219 strategy :
220220 matrix :
221221 arch : [x86, x64]
@@ -229,11 +229,9 @@ jobs:
229229 with :
230230 submodules : true
231231 - name : Build ${{ env.PACKAGE_NAME }} + consumers
232- env :
233- AWS_CMAKE_TOOLSET : v140
234232 run : |
235233 python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
236- python builder.pyz build -p ${{ env.PACKAGE_NAME }} downstream
234+ python builder.pyz build -p ${{ env.PACKAGE_NAME }} --target windows-${{ matrix.arch }} --compiler msvc-17
237235
238236 macos :
239237 runs-on : macos-14 # latest
@@ -409,7 +407,7 @@ jobs:
409407 ./builder localhost-test -p ${{ env.PACKAGE_NAME }} --spec=downstream
410408
411409 localhost-test-win :
412- runs-on : windows-2022 # latest
410+ runs-on : windows-2025 # latest
413411 steps :
414412 - uses : aws-actions/configure-aws-credentials@v4
415413 with :
0 commit comments