Fix and update CI (#3368)

* CI: add workflow_dispatch trigger

* CI: change msvc2019*/clang* runners to windows-2019

GitHub updated their runners. windows-latest is now based on Windows
Server 2022 and comes with different tool versions.
MSVC 2019 is still available via the windows-2019 runner.
This commit is contained in:
Florian Albrechtskirchinger
2022-03-06 13:54:00 +01:00
committed by GitHub
parent e4643d1f1b
commit d1e57df48b
4 changed files with 8 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ on:
pull_request:
schedule:
- cron: '0 19 * * 1'
workflow_dispatch:
jobs:
CodeQL-Build: