Skip to content

Commit

Permalink
clean up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jun 12, 2024
1 parent 112d82c commit 464691f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/test-fortran-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,10 @@ jobs:
strategy:
matrix:
os: [macos-latest]
# toolchain:
# - {compiler: gcc, version: 13}
# # - {compiler: intel, version: '2023.2'}
# # - {compiler: nvidia-hpc, version: '23.11'}
# include:
# - os: ubuntu-latest
# toolchain: {compiler: gcc, version: 12}

steps:
- uses: actions/checkout@v4

# - 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

Expand Down

0 comments on commit 464691f

Please sign in to comment.