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 429f5f9 commit c2f5ac6Copy full SHA for c2f5ac6
.github/workflows/CI.yml
@@ -29,8 +29,9 @@ jobs:
29
- {compiler: gcc, version: 13}
30
- {compiler: gcc, version: 14}
31
exclude:
32
- - os: macos-13
33
- toolchain: {compiler: gcc, version: 13}
+ # Not yet supported by setup-fortran
+ - os: windows-latest
34
+ toolchain: {compiler: gcc, version: 14}
35
include:
36
- os: ubuntu-latest
37
os-arch: linux-x86_64
0 commit comments