File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -664,7 +664,7 @@ jobs:
664
664
./build-xcframework.sh
665
665
666
666
windows-msys2 :
667
- runs-on : windows-latest
667
+ runs-on : windows-2025
668
668
669
669
strategy :
670
670
fail-fast : false
@@ -714,7 +714,7 @@ jobs:
714
714
cmake --build build --config ${{ matrix.build }} -j $(nproc)
715
715
716
716
windows-latest-cmake :
717
- runs-on : windows-latest
717
+ runs-on : windows-2025
718
718
719
719
env :
720
720
OPENBLAS_VERSION : 0.3.23
@@ -930,7 +930,7 @@ jobs:
930
930
cmake --build build --config Release
931
931
932
932
windows-latest-cmake-sycl :
933
- runs-on : windows-latest
933
+ runs-on : windows-2022
934
934
935
935
defaults :
936
936
run :
@@ -964,7 +964,7 @@ jobs:
964
964
965
965
windows-latest-cmake-hip :
966
966
if : ${{ github.event.inputs.create_release != 'true' }}
967
- runs-on : windows-latest
967
+ runs-on : windows-2022
968
968
969
969
steps :
970
970
- name : Clone
You can’t perform that action at this time.
0 commit comments