Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:

build_windows:
name: ${{ matrix.config.name }} ${{ matrix.build.type }}
runs-on: windows-2025
runs-on: windows-2025-vs2026
strategy:
matrix:
build:
Expand All @@ -216,7 +216,7 @@ jobs:
name: 'Windows MSVC',
cc: cl,
cxx: cl,
profiles: '-pr:h conan/msvc194-md'
profiles: '-pr:h conan/msvc195-md'
}
- {
name: 'Windows Clang',
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:

analyze:
name: Analyze
runs-on: windows-2022
runs-on: windows-2025-vs2026
strategy:
matrix:
build:
Expand All @@ -365,7 +365,7 @@ jobs:
- {
cc: cl,
cxx: cl,
profiles: '-pr:h conan/msvc194-md'
profiles: '-pr:h conan/msvc195-md'
}
steps:
- name: Checkout repository
Expand Down
8 changes: 0 additions & 8 deletions conan/msvc194-md

This file was deleted.

8 changes: 0 additions & 8 deletions conan/msvc194-mdd

This file was deleted.

8 changes: 0 additions & 8 deletions conan/msvc194-mt

This file was deleted.

8 changes: 0 additions & 8 deletions conan/msvc194-mtd

This file was deleted.

Loading