mirror of
https://github.com/nlohmann/json.git
synced 2026-04-03 14:48:52 +00:00
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:
committed by
GitHub
parent
e4643d1f1b
commit
d1e57df48b
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
- master
|
||||
- release/*
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
xcode:
|
||||
|
||||
Reference in New Issue
Block a user