diff --git a/.cirrus.yml b/.cirrus.yml index 9a9df3f03..01983a21a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -10,6 +10,6 @@ task: - export CPPFLAGS="-I/opt/homebrew/include" - mkdir build - cd build - - cmake CC=clang FC=gfortran-13 .. + - cmake .. - make -j 4 - + - ctest