Skip to content

Commit c9ae59f

Browse files
committed
.github: use windows-2022 runner
1 parent 029a963 commit c9ae59f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ jobs:
682682
cmake --build build --config ${{ matrix.build }} -j $(nproc)
683683
684684
windows-latest-cmake:
685-
runs-on: windows-2019
685+
runs-on: windows-2022
686686

687687
env:
688688
OPENBLAS_VERSION: 0.3.23
@@ -827,7 +827,7 @@ jobs:
827827
name: llama-bin-win-${{ matrix.build }}.zip
828828

829829
windows-latest-cmake-cuda:
830-
runs-on: windows-2019
830+
runs-on: windows-2022
831831

832832
strategy:
833833
matrix:

.github/workflows/server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
129129
server-windows:
130-
runs-on: windows-2019
130+
runs-on: windows-2022
131131

132132
steps:
133133
- name: Clone

0 commit comments

Comments
 (0)