From 112d82c82a5b0a1294967236d41f264438edb00b Mon Sep 17 00:00:00 2001 From: Ivet Galabova Date: Wed, 12 Jun 2024 22:17:46 +0300 Subject: [PATCH] gfortran on macos test server try homebrew --- .github/workflows/test-fortran-macos.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-fortran-macos.yml b/.github/workflows/test-fortran-macos.yml index b6ffc2ff6a..d4e9ceec75 100644 --- a/.github/workflows/test-fortran-macos.yml +++ b/.github/workflows/test-fortran-macos.yml @@ -8,8 +8,8 @@ jobs: strategy: matrix: os: [macos-latest] - toolchain: - - {compiler: gcc, version: 13} + # toolchain: + # - {compiler: gcc, version: 13} # # - {compiler: intel, version: '2023.2'} # # - {compiler: nvidia-hpc, version: '23.11'} # include: @@ -19,11 +19,14 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: fortran-lang/setup-fortran@v1 - id: setup-fortran - with: - compiler: ${{ matrix.toolchain.compiler }} - version: ${{ matrix.toolchain.version }} + # - uses: fortran-lang/setup-fortran@v1 + # id: setup-fortran + # with: + # compiler: ${{ matrix.toolchain.compiler }} + # version: ${{ matrix.toolchain.version }} + + - name: Install GFortran + run: brew install gfortran - name: Create Build Environment run: cmake -E make_directory ${{runner.workspace}}/build