Skip to content

Commit c98a34d

Browse files
windows-2019 -> windows-latest (as in #2239)
1 parent 85ffe7a commit c98a34d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
id: manylinux_x86_64
7777
- image: ubuntu-latest
7878
id: manylinux_aarch64
79-
- image: windows-2019
79+
- image: windows-latest
8080
id: win_amd64
8181
- image: macos-latest
8282
id: macosx_x86_64
@@ -125,7 +125,7 @@ jobs:
125125
download_name: manylinux_x86_64
126126
- image_name: macos-latest
127127
download_name: macosx_x86_64
128-
- image_name: windows-2019
128+
- image_name: windows-latest
129129
download_name: win_amd64
130130
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
131131
cloud-provider: [aws, azure, gcp]
@@ -346,7 +346,7 @@ jobs:
346346
download_name: manylinux_x86_64
347347
- image_name: macos-latest
348348
download_name: macosx_x86_64
349-
- image_name: windows-2019
349+
- image_name: windows-latest
350350
download_name: win_amd64
351351
python-version: ["3.10", "3.11", "3.12"]
352352
cloud-provider: [aws, azure, gcp]

0 commit comments

Comments
 (0)