Skip to content

Commit

Permalink
.github: use windows-2022 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mofosyne committed Jun 26, 2024
1 parent 029a963 commit c9ae59f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ jobs:
cmake --build build --config ${{ matrix.build }} -j $(nproc)
windows-latest-cmake:
runs-on: windows-2019
runs-on: windows-2022

env:
OPENBLAS_VERSION: 0.3.23
Expand Down Expand Up @@ -827,7 +827,7 @@ jobs:
name: llama-bin-win-${{ matrix.build }}.zip

windows-latest-cmake-cuda:
runs-on: windows-2019
runs-on: windows-2022

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
server-windows:
runs-on: windows-2019
runs-on: windows-2022

steps:
- name: Clone
Expand Down

0 comments on commit c9ae59f

Please sign in to comment.