mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-29 20:23:55 +00:00
chore(deps): pre-commit.ci autoupdate (#1080)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.2 → v19.1.3](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.2...v19.1.3) <!--pre-commit.ci end--> update azure jobs to use replace deprecated mac os images --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Philip Top <phlptp@gmail.com>
This commit is contained in:
parent
af270cee4a
commit
a68a48b7f1
@ -26,7 +26,7 @@ repos:
|
|||||||
- id: debug-statements
|
- id: debug-statements
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-clang-format
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||||
rev: v19.1.2
|
rev: v19.1.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: clang-format
|
- id: clang-format
|
||||||
types_or: [c++, c, cuda]
|
types_or: [c++, c, cuda]
|
||||||
|
@ -49,18 +49,21 @@ jobs:
|
|||||||
Linux14PC:
|
Linux14PC:
|
||||||
vmImage: "ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
cli11.precompile: ON
|
cli11.precompile: ON
|
||||||
macOS20:
|
macOS-15_23:
|
||||||
|
vmImage: "macOS-15"
|
||||||
|
cli11.std: 23
|
||||||
|
macOS-14_20:
|
||||||
vmImage: "macOS-14"
|
vmImage: "macOS-14"
|
||||||
cli11.std: 20
|
cli11.std: 20
|
||||||
macOS17:
|
macOS-13_17:
|
||||||
vmImage: "macOS-13"
|
vmImage: "macOS-13"
|
||||||
cli11.std: 17
|
cli11.std: 17
|
||||||
macOS11:
|
macOS-14_11:
|
||||||
vmImage: "macOS-12"
|
vmImage: "macOS-14"
|
||||||
cli11.std: 11
|
|
||||||
macOS12PC:
|
|
||||||
vmImage: "macOS-12"
|
|
||||||
cli11.std: 11
|
cli11.std: 11
|
||||||
|
macOS-14_14_PC:
|
||||||
|
vmImage: "macOS-14"
|
||||||
|
cli11.std: 14
|
||||||
cli11.precompile: ON
|
cli11.precompile: ON
|
||||||
Windows17:
|
Windows17:
|
||||||
vmImage: "windows-2019"
|
vmImage: "windows-2019"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user