add osx/gcc12

This commit is contained in:
Martin Kroeker 2022-08-26 16:26:18 +02:00 committed by GitHub
parent 9a15791fbe
commit 9cf70757da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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'