We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfcae5 commit 13e6989Copy full SHA for 13e6989
.github/workflows/CI-CD.yml
@@ -33,7 +33,7 @@ jobs:
33
- {os: ubuntu-latest, compiler: nvfortran}
34
- {os: windows-latest, compiler: gfortran }
35
- {os: windows-latest, compiler: ifx }
36
- - {os: windows-latest, compiler: flang-new}
+ # - {os: windows-latest, compiler: flang-new} # see: https://github.com/gha3mi/setup-fortran-conda/issues/47
37
- {os: macos-latest, compiler: gfortran }
38
steps:
39
- name: Setup Fortran
0 commit comments