Lines Matching +full:- +full:name
1 name: C/Fortran
6 - main
13 os: [ubuntu-24.04, macos-15]
16 - os: macos-15
17 compiler: apple-clang
19 runs-on: ${{ matrix.os }}
22 - name: Environment setup
24 - name: Set compiler
28 if [[ "${{ matrix.os }}" == macos-* ]]; then
29 echo "CC=gcc-15" >> $GITHUB_ENV
35 if [[ "${{ matrix.os }}" == macos-* ]]; then
36 echo "CC=$(brew --prefix llvm@18)/bin/clang" >> $GITHUB_ENV
41 apple-clang)
45 - name: Show compiler version
46 run: $CC --version | head -1
47 - name: Build and test libCEED
49 FC: gfortran-14
52 make -j
53 make prove -j2