Skip to content

Commit b27d44f

Browse files
authored
test8
1 parent bdf5c5e commit b27d44f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ jobs:
664664
./build-xcframework.sh
665665
666666
windows-msys2:
667-
runs-on: windows-latest
667+
runs-on: windows-2025
668668

669669
strategy:
670670
fail-fast: false
@@ -714,7 +714,7 @@ jobs:
714714
cmake --build build --config ${{ matrix.build }} -j $(nproc)
715715
716716
windows-latest-cmake:
717-
runs-on: windows-latest
717+
runs-on: windows-2025
718718

719719
env:
720720
OPENBLAS_VERSION: 0.3.23
@@ -930,7 +930,7 @@ jobs:
930930
cmake --build build --config Release
931931
932932
windows-latest-cmake-sycl:
933-
runs-on: windows-latest
933+
runs-on: windows-2022
934934

935935
defaults:
936936
run:
@@ -964,7 +964,7 @@ jobs:
964964

965965
windows-latest-cmake-hip:
966966
if: ${{ github.event.inputs.create_release != 'true' }}
967-
runs-on: windows-latest
967+
runs-on: windows-2022
968968

969969
steps:
970970
- name: Clone

0 commit comments

Comments
 (0)