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 @@ -235,7 +235,7 @@ jobs:
235
235
name : llama-bin-ubuntu-vulkan-x64.zip
236
236
237
237
windows-cpu :
238
- runs-on : windows-2025
238
+ runs-on : windows-2022
239
239
240
240
strategy :
241
241
matrix :
@@ -271,7 +271,7 @@ jobs:
271
271
env :
272
272
CURL_PATH : ${{ steps.get_libcurl.outputs.curl_path }}
273
273
run : |
274
- call "%VCINSTALLDIR%\..\..\.. \Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }}
274
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC \Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }}
275
275
cmake -S . -B build -G "Ninja Multi-Config" ^
276
276
-D CMAKE_TOOLCHAIN_FILE=cmake/${{ matrix.arch }}-windows-llvm.cmake ^
277
277
-DGGML_NATIVE=OFF ^
@@ -412,7 +412,7 @@ jobs:
412
412
id : cmake_build
413
413
shell : cmd
414
414
run : |
415
- call "%VCINSTALLDIR%\..\..\.. \Auxiliary\Build\vcvarsall.bat" x64
415
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC \Auxiliary\Build\vcvarsall.bat" x64
416
416
cmake -S . -B build -G "Ninja Multi-Config" ^
417
417
-DGGML_BACKEND_DL=ON ^
418
418
-DGGML_NATIVE=OFF ^
@@ -520,7 +520,7 @@ jobs:
520
520
name : llama-bin-win-sycl-x64.zip
521
521
522
522
windows-hip :
523
- runs-on : windows-2025
523
+ runs-on : windows-2022
524
524
525
525
strategy :
526
526
matrix :
You can’t perform that action at this time.
0 commit comments