We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029a963 commit c9ae59fCopy full SHA for c9ae59f
.github/workflows/build.yml
@@ -682,7 +682,7 @@ jobs:
682
cmake --build build --config ${{ matrix.build }} -j $(nproc)
683
684
windows-latest-cmake:
685
- runs-on: windows-2019
+ runs-on: windows-2022
686
687
env:
688
OPENBLAS_VERSION: 0.3.23
@@ -827,7 +827,7 @@ jobs:
827
name: llama-bin-win-${{ matrix.build }}.zip
828
829
windows-latest-cmake-cuda:
830
831
832
strategy:
833
matrix:
.github/workflows/server.yml
@@ -127,7 +127,7 @@ jobs:
127
128
129
server-windows:
130
131
132
steps:
133
- name: Clone
0 commit comments