Skip to content

Commit

Permalink
gfortran on macos test server try homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jun 12, 2024
1 parent 077aaf7 commit 112d82c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/test-fortran-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 112d82c

Please sign in to comment.