We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7458b84 commit 9bcb5daCopy full SHA for 9bcb5da
1 file changed
.github/workflows/fpm.yml
@@ -13,11 +13,8 @@ jobs:
13
include:
14
- {os: ubuntu-latest, compiler: gfortran }
15
- {os: ubuntu-latest, compiler: ifx }
16
- # - {os: ubuntu-latest, compiler: flang-new} see: https://github.com/llvm/llvm-project/issues/180374
17
- - {os: ubuntu-latest, compiler: nvfortran}
18
- {os: windows-latest, compiler: gfortran }
19
- {os: windows-latest, compiler: ifx, fpm-version: "0.12.0"}
20
- # - {os: windows-latest, compiler: flang-new}
21
- {os: macos-latest, compiler: gfortran }
22
steps:
23
- name: Setup Fortran
0 commit comments