Skip to content

Commit ba28888

Browse files
authored
Remove Windows 2019 and add Windows 2025 with MSVC-17 (#117)
1 parent d327b50 commit ba28888

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ env.LINUX_BASE_IMAGE }} build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-DBUILD_SHARED_LIBS=ON
115115
116116
windows:
117-
runs-on: windows-2022 # latest
117+
runs-on: windows-2025 # latest
118118
steps:
119119
- uses: aws-actions/configure-aws-credentials@v4
120120
with:
@@ -125,8 +125,8 @@ jobs:
125125
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
126126
python builder.pyz build -p ${{ env.PACKAGE_NAME }}
127127
128-
windows-vc14:
129-
runs-on: windows-2019 # windows-2019 is last env with Visual Studio 2015 (v14.0) toolset
128+
windows-vc17:
129+
runs-on: windows-2025 # latest
130130
strategy:
131131
matrix:
132132
arch: [x86, x64]
@@ -138,10 +138,10 @@ jobs:
138138
- name: Build ${{ env.PACKAGE_NAME }} + consumers
139139
run: |
140140
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
141-
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --target windows-${{ matrix.arch }} --compiler msvc-14
141+
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --target windows-${{ matrix.arch }} --compiler msvc-17
142142
143143
windows-shared-libs:
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

Comments
 (0)