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"