diff options
author | slaren <slarengh@gmail.com> | 2024-06-10 14:18:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-10 15:18:41 +0300 |
commit | fd5ea0f897ecb3659d6c269ef6f3d833e865ead7 (patch) | |
tree | a2d01b250455a2876a4f725b1102b787314547a6 | |
parent | c28a83902cf6ab6a9e085ad6d4cc2e95c4ccfe40 (diff) |
ci : try win-2019 on server windows test (#7854)
-rw-r--r-- | .github/workflows/server.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 0789efd1..0d16ef5f 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -16,11 +16,9 @@ on: branches: - master paths: ['.github/workflows/server.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/**.*'] - pull_request_target: + pull_request: types: [opened, synchronize, reopened] paths: ['.github/workflows/server.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/**.*'] - schedule: - - cron: '2 4 * * *' concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.run_id }} @@ -115,7 +113,7 @@ jobs: server-windows: - runs-on: windows-latest + runs-on: windows-2019 steps: - name: Clone |