We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112d82c commit 464691fCopy full SHA for 464691f
.github/workflows/test-fortran-macos.yml
@@ -8,23 +8,10 @@ jobs:
8
strategy:
9
matrix:
10
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}
18
19
steps:
20
- uses: actions/checkout@v4
21
22
- # - uses: fortran-lang/setup-fortran@v1
23
- # id: setup-fortran
24
- # with:
25
- # compiler: ${{ matrix.toolchain.compiler }}
26
- # version: ${{ matrix.toolchain.version }}
27
-
28
- name: Install GFortran
29
run: brew install gfortran
30
0 commit comments