Skip to content

Commit c16cd37

Browse files
committed
ci: Make MSVC update
1 parent 79943bb commit c16cd37

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,13 @@ jobs:
217217
name: 'Windows MSVC',
218218
cc: cl,
219219
cxx: cl,
220-
profiles: '-pr:h conan/msvc194-md'
220+
profiles: '-pr:h conan/msvc195-md'
221221
}
222222
# - {
223223
# name: 'Windows Clang',
224224
# cc: clang-cl,
225225
# cxx: clang-cl,
226-
# profiles: '-pr:h conan/msvc194-clang-cl'
226+
# profiles: '-pr:h conan/msvc195-clang-cl'
227227
# }
228228
steps:
229229
- name: Checkout repository
@@ -354,7 +354,7 @@ jobs:
354354

355355
analyze:
356356
name: Analyze
357-
runs-on: windows-2022
357+
runs-on: windows-2025
358358
strategy:
359359
matrix:
360360
build:
@@ -366,7 +366,7 @@ jobs:
366366
- {
367367
cc: cl,
368368
cxx: cl,
369-
profiles: '-pr:h conan/msvc194-md'
369+
profiles: '-pr:h conan/msvc195-md'
370370
}
371371
steps:
372372
- name: Checkout repository

0 commit comments

Comments
 (0)