diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1102bf0f5..8236c6cc3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -157,6 +157,14 @@ jobs: brew update make USE_THREADS=0 CC=gcc-10 FC=gfortran-10 +- job: OSX_GCC12 + pool: + vmImage: 'macOS-latest' + steps: + - script: | + brew update + make CC=gcc-12 FC=gfortran-12 + - job: OSX_OpenMP_Clang pool: vmImage: 'macOS-10.15'