Skip to content

Commit d5cb1a2

Browse files
chore(deps): update dependency windows to v2025
1 parent 4cc97c9 commit d5cb1a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
windows_2022_vcpkg_submodule:
1212
name: Windows 2022 vcpkg submodule versions cxx17 (static libs - dll)
13-
runs-on: windows-2022
13+
runs-on: windows-2025
1414
env:
1515
# Set to the latest version of cmake 3.x
1616
CMAKE_VERSION: '3.31.6'
@@ -31,7 +31,7 @@ jobs:
3131

3232
windows_2019_vcpkg_submodule_min_cmake:
3333
name: Windows 2019 vcpkg submodule versions minimum cmake cxx14 (static libs)
34-
runs-on: windows-2019
34+
runs-on: windows-2025
3535
env:
3636
# cmake 3.15 is the minimum for windows builds (See https://github.com/open-telemetry/opentelemetry-cpp/pull/3349#discussion_r2030319430)
3737
CMAKE_VERSION: '3.15.0'

0 commit comments

Comments
 (0)