Skip to content

Commit

Permalink
[CI] Test the clang compilers on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 31, 2023
1 parent 80a18e9 commit faf93f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
allow_failure: true
- os: macos-latest
compiler: clang
compiler_version: 14
compiler_version: 12
cc_cmd: clang
fc_cmd: gfortran
cxx_cmd: clang++
Expand Down Expand Up @@ -114,6 +114,13 @@ jobs:
compiler: gcc
version: ${{ matrix.compiler_version }}

- name: Install Clang compilers
if: matrix.compiler == 'clang'
uses: awvwgk/setup-fortran@main
with:
compiler: gcc
version: ${{ matrix.compiler_version }}

- name: Install classic Intel compilers
if: matrix.compiler == 'intel'
uses: awvwgk/setup-fortran@main
Expand Down

0 comments on commit faf93f0

Please sign in to comment.