From 9dc0bfd617f94d5cb54ab52c428843999e8ea98e Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 24 Mar 2021 08:54:30 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2933fa358..cd3f7943f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -74,8 +74,7 @@ jobs: steps: - script: | brew update - brew install gcc@10 - make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 CC=gcc + make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 CC=gcc-10