File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ jobs:
197197 run : |
198198 cd ${{ env.CI_FOLDER }}/aws-iot-device-sdk-cpp-v2
199199 python ./deviceadvisor/script/DATestRun.py
200- windows-vs14 :
201- runs-on : windows-2019 # windows-2019 is last env with Visual Studio 2015 (v14.0)
200+ windows-vs17 :
201+ runs-on : windows-2025
202202 strategy :
203203 matrix :
204204 arch : [Win32, x64]
@@ -216,7 +216,7 @@ jobs:
216216 md ${{ env.CI_FOLDER }}
217217 cd ${{ env.CI_FOLDER }}
218218 python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
219- python builder.pyz build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-Tv140 --cmake-extra=-A${{ matrix.arch }}
219+ python builder.pyz build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-Tv143 --cmake-extra=-A${{ matrix.arch }}
220220 - name : Running samples in CI setup
221221 run : |
222222 python -m pip install boto3
@@ -302,7 +302,7 @@ jobs:
302302 cd ${{ env.CI_FOLDER }}/aws-iot-device-sdk-cpp-v2
303303 python ./deviceadvisor/script/DATestRun.py
304304 windows-app-verifier :
305- runs-on : windows-2022 # latest
305+ runs-on : windows-2025
306306 permissions :
307307 id-token : write # This is required for requesting the JWT
308308 steps :
You can’t perform that action at this time.
0 commit comments