diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 33c5349f9e..5315a3ffc5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -73,13 +73,13 @@ stages: Linux_Gcc_Release: image: ${{ variables.linux }} configuration: Release - CC: gcc-9 - CXX: g++-9 + CC: gcc-14 + CXX: g++-14 Linux_Gcc_Debug: image: ${{ variables.linux }} configuration: Debug - CC: gcc-9 - CXX: g++-9 + CC: gcc-14 + CXX: g++-14 MacOS_Clang_Release: image: ${{ variables.macOS }} configuration: Release