@@ -102,7 +102,7 @@ jobs:
102102 ./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ env.LINUX_BASE_IMAGE }} build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-DBUILD_SHARED_LIBS=ON --cmake-extra=-DASSERT_LOCK_HELD=ON
103103
104104 windows :
105- runs-on : windows-2022 # latest
105+ runs-on : windows-2025 # latest
106106 steps :
107107 - uses : aws-actions/configure-aws-credentials@v4
108108 with :
@@ -113,8 +113,8 @@ jobs:
113113 python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
114114 python builder.pyz build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-DASSERT_LOCK_HELD=ON
115115
116- windows-vc14 :
117- runs-on : windows-2019 # windows-2019 is last env with Visual Studio 2015 (v14.0)
116+ windows-vc17 :
117+ runs-on : windows-2025 # latest
118118 strategy :
119119 matrix :
120120 arch : [x86, x64]
@@ -126,10 +126,10 @@ jobs:
126126 - name : Build ${{ env.PACKAGE_NAME }} + consumers
127127 run : |
128128 python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
129- python builder.pyz build -p ${{ env.PACKAGE_NAME }} --target windows-${{ matrix.arch }} --compiler msvc-14 --cmake-extra=-DASSERT_LOCK_HELD=ON
129+ python builder.pyz build -p ${{ env.PACKAGE_NAME }} --target windows-${{ matrix.arch }} --compiler msvc-17 --cmake-extra=-DASSERT_LOCK_HELD=ON
130130
131131 windows-shared-libs :
132- runs-on : windows-2022 # latest
132+ runs-on : windows-2025 # latest
133133 steps :
134134 - uses : aws-actions/configure-aws-credentials@v4
135135 with :
@@ -141,7 +141,7 @@ jobs:
141141 python builder.pyz build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-DBUILD_SHARED_LIBS=ON --cmake-extra=-DASSERT_LOCK_HELD=ON
142142
143143 windows-app-verifier :
144- runs-on : windows-2022 # latest
144+ runs-on : windows-2025 # latest
145145 steps :
146146 - uses : aws-actions/configure-aws-credentials@v4
147147 with :
0 commit comments