Skip to content

Commit 0ae4f7c

Browse files
authored
test4
1 parent cca1267 commit 0ae4f7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
name: llama-bin-ubuntu-vulkan-x64.zip
236236

237237
windows-cpu:
238-
runs-on: windows-2025
238+
runs-on: windows-2022
239239

240240
strategy:
241241
matrix:
@@ -271,7 +271,7 @@ jobs:
271271
env:
272272
CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
273273
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 }}
275275
cmake -S . -B build -G "Ninja Multi-Config" ^
276276
-D CMAKE_TOOLCHAIN_FILE=cmake/${{ matrix.arch }}-windows-llvm.cmake ^
277277
-DGGML_NATIVE=OFF ^
@@ -412,7 +412,7 @@ jobs:
412412
id: cmake_build
413413
shell: cmd
414414
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
416416
cmake -S . -B build -G "Ninja Multi-Config" ^
417417
-DGGML_BACKEND_DL=ON ^
418418
-DGGML_NATIVE=OFF ^
@@ -520,7 +520,7 @@ jobs:
520520
name: llama-bin-win-sycl-x64.zip
521521

522522
windows-hip:
523-
runs-on: windows-2025
523+
runs-on: windows-2022
524524

525525
strategy:
526526
matrix:

0 commit comments

Comments
 (0)