Skip to content

Commit 464691f

Browse files
committed
clean up workflow
1 parent 112d82c commit 464691f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/test-fortran-macos.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,10 @@ jobs:
88
strategy:
99
matrix:
1010
os: [macos-latest]
11-
# toolchain:
12-
# - {compiler: gcc, version: 13}
13-
# # - {compiler: intel, version: '2023.2'}
14-
# # - {compiler: nvidia-hpc, version: '23.11'}
15-
# include:
16-
# - os: ubuntu-latest
17-
# toolchain: {compiler: gcc, version: 12}
1811

1912
steps:
2013
- uses: actions/checkout@v4
2114

22-
# - uses: fortran-lang/setup-fortran@v1
23-
# id: setup-fortran
24-
# with:
25-
# compiler: ${{ matrix.toolchain.compiler }}
26-
# version: ${{ matrix.toolchain.version }}
27-
2815
- name: Install GFortran
2916
run: brew install gfortran
3017

0 commit comments

Comments
 (0)