We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79943bb commit c16cd37Copy full SHA for c16cd37
1 file changed
.github/workflows/ci.yml
@@ -217,13 +217,13 @@ jobs:
217
name: 'Windows MSVC',
218
cc: cl,
219
cxx: cl,
220
- profiles: '-pr:h conan/msvc194-md'
+ profiles: '-pr:h conan/msvc195-md'
221
}
222
# - {
223
# name: 'Windows Clang',
224
# cc: clang-cl,
225
# cxx: clang-cl,
226
- # profiles: '-pr:h conan/msvc194-clang-cl'
+ # profiles: '-pr:h conan/msvc195-clang-cl'
227
# }
228
steps:
229
- name: Checkout repository
@@ -354,7 +354,7 @@ jobs:
354
355
analyze:
356
name: Analyze
357
- runs-on: windows-2022
+ runs-on: windows-2025
358
strategy:
359
matrix:
360
build:
@@ -366,7 +366,7 @@ jobs:
366
- {
367
368
369
370
371
372
0 commit comments