File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -802,7 +802,7 @@ jobs:
802802
803803 windows :
804804 name : CMake -> exporter proto
805- runs-on : windows-2022
805+ runs-on : windows-2025
806806 steps :
807807 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
808808 with :
@@ -819,7 +819,7 @@ jobs:
819819
820820 windows-build-dll :
821821 name : CMake -> exporter proto (Build as DLL)
822- runs-on : windows-2022
822+ runs-on : windows-2025
823823 steps :
824824 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
825825 with :
@@ -838,7 +838,7 @@ jobs:
838838
839839 windows_with_async_export :
840840 name : CMake (With async export) -> exporter proto
841- runs-on : windows-2022
841+ runs-on : windows-2025
842842 steps :
843843 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
844844 with :
@@ -855,7 +855,7 @@ jobs:
855855
856856 windows_bazel :
857857 name : Bazel Windows
858- runs-on : windows-2022
858+ runs-on : windows-2025
859859 steps :
860860 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
861861 with :
@@ -868,7 +868,7 @@ jobs:
868868
869869 windows_plugin_test :
870870 name : Plugin -> CMake Windows
871- runs-on : windows-2022
871+ runs-on : windows-2025
872872 steps :
873873 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
874874 with :
Original file line number Diff line number Diff line change 1010jobs :
1111 windows_2022_vcpkg :
1212 name : Windows 2022 vcpkg cxx17 (static libs - dll)
13- runs-on : windows-2022
13+ runs-on : windows-2025
1414 env :
1515 CXX_STANDARD : ' 17'
1616 steps :
2828
2929 windows_2019_vcpkg :
3030 name : Windows 2019 vcpkg cxx14 (static libs)
31- runs-on : windows-2022
31+ runs-on : windows-2025
3232 env :
3333 CXX_STANDARD : ' 14'
3434 steps :
You can’t perform that action at this time.
0 commit comments