Skip to content

Commit

Permalink
set compiler for MacOS env
Browse files Browse the repository at this point in the history
  • Loading branch information
nav-mohan committed Feb 11, 2025
1 parent 77a6d7b commit a67472c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ jobs:
run: |
export PATH="/usr/local/opt/ccache/libexec:$PATH"
export CXX17=true
export CXX=g++-9
export CC=gcc-9
export FC=gfortran-9
export CXX=clang++
export CC=clang
export FC=gfortran
env
./scripts/ci-build-and-test
Expand Down

0 comments on commit a67472c

Please sign in to comment.