Browse Source

add osx/gcc12

pull/3745/head
Martin Kroeker GitHub 3 years ago
parent
commit
9cf70757da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      azure-pipelines.yml

+ 8
- 0
azure-pipelines.yml View File

@@ -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'


Loading…
Cancel
Save