1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-29 12:13:52 +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:
pre-commit-ci[bot] 2024-11-09 08:34:05 -08:00 committed by GitHub
parent af270cee4a
commit a68a48b7f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 8 deletions

View File

@ -26,7 +26,7 @@ repos:
- id: debug-statements
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.2
rev: v19.1.3
hooks:
- id: clang-format
types_or: [c++, c, cuda]

View File

@ -49,18 +49,21 @@ jobs:
Linux14PC:
vmImage: "ubuntu-latest"
cli11.precompile: ON
macOS20:
macOS-15_23:
vmImage: "macOS-15"
cli11.std: 23
macOS-14_20:
vmImage: "macOS-14"
cli11.std: 20
macOS17:
macOS-13_17:
vmImage: "macOS-13"
cli11.std: 17
macOS11:
vmImage: "macOS-12"
cli11.std: 11
macOS12PC:
vmImage: "macOS-12"
macOS-14_11:
vmImage: "macOS-14"
cli11.std: 11
macOS-14_14_PC:
vmImage: "macOS-14"
cli11.std: 14
cli11.precompile: ON
Windows17:
vmImage: "windows-2019"