We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc97c9 commit d5cb1a2Copy full SHA for d5cb1a2
.github/workflows/cmake_install.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
windows_2022_vcpkg_submodule:
12
name: Windows 2022 vcpkg submodule versions cxx17 (static libs - dll)
13
- runs-on: windows-2022
+ runs-on: windows-2025
14
env:
15
# Set to the latest version of cmake 3.x
16
CMAKE_VERSION: '3.31.6'
@@ -31,7 +31,7 @@ jobs:
31
32
windows_2019_vcpkg_submodule_min_cmake:
33
name: Windows 2019 vcpkg submodule versions minimum cmake cxx14 (static libs)
34
- runs-on: windows-2019
35
36
# cmake 3.15 is the minimum for windows builds (See https://github.com/open-telemetry/opentelemetry-cpp/pull/3349#discussion_r2030319430)
37
CMAKE_VERSION: '3.15.0'
0 commit comments