Skip to content

Commit fd5ea0f

Browse files
authored
ci : try win-2019 on server windows test (ggml-org#7854)
1 parent c28a839 commit fd5ea0f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/server.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ on:
1616
branches:
1717
- master
1818
paths: ['.github/workflows/server.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/**.*']
19-
pull_request_target:
19+
pull_request:
2020
types: [opened, synchronize, reopened]
2121
paths: ['.github/workflows/server.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/**.*']
22-
schedule:
23-
- cron: '2 4 * * *'
2422

2523
concurrency:
2624
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.run_id }}
@@ -115,7 +113,7 @@ jobs:
115113
116114
117115
server-windows:
118-
runs-on: windows-latest
116+
runs-on: windows-2019
119117

120118
steps:
121119
- name: Clone

0 commit comments

Comments
 (0)