From a68a48b7f1321ab0162317daa19995be0db3daa5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 08:34:05 -0800 Subject: [PATCH] chore(deps): pre-commit.ci autoupdate (#1080) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) 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 --- .pre-commit-config.yaml | 2 +- azure-pipelines.yml | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1fc6f575..c52f2024 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] diff --git a/azure-pipelines.yml b/azure-pipelines.yml index be02ec63..9ee72d11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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"