Skip to content

Commit 65f1633

Browse files
authored
Replace windows-2019 (deprecated) runner with windows-11-arm (#1746)
1 parent 5fa5d2f commit 65f1633

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,14 +251,14 @@ jobs:
251251
build_type: relwithdebinfo
252252
preview: 'ON'
253253
job_name: windows_cl2022_cxx14_relwithdebinfo_preview=ON
254-
- os: windows-2019
255-
generator: Visual Studio 16 2019
254+
- os: windows-11-arm
255+
generator: Visual Studio 17 2022
256256
c_compiler: cl
257257
cxx_compiler: cl
258258
std: 20
259259
build_type: release
260260
preview: 'ON'
261-
job_name: windows_cl2019_cxx20_release_preview=ON-DBUILD_SHARED_LIBS=OFF
261+
job_name: windows_11_arm_cl2022_cxx20_release_preview=ON-DBUILD_SHARED_LIBS=OFF
262262
cmake_static: -DBUILD_SHARED_LIBS=OFF
263263
- os: windows-2022
264264
generator: Visual Studio 17 2022
@@ -352,14 +352,14 @@ jobs:
352352
fail-fast: false
353353
matrix:
354354
include:
355-
- os: windows-2019
356-
generator: Visual Studio 16 2019
355+
- os: windows-11-arm
356+
generator: Visual Studio 17 2022
357357
c_compiler: cl
358358
cxx_compiler: cl
359359
std: 14
360360
build_type: relwithdebinfo
361361
preview: 'ON'
362-
job_name: examples_windows_cl2019_cxx14_relwithdebinfo_preview=ON
362+
job_name: examples_windows_11_arm_cl2022_cxx14_relwithdebinfo_preview=ON
363363
- os: windows-2022
364364
generator: Visual Studio 17 2022
365365
c_compiler: cl

0 commit comments

Comments
 (0)