Skip to content

Commit c2f5ac6

Browse files
committed
Update CI.yml
do not exclude windows
1 parent 429f5f9 commit c2f5ac6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
- {compiler: gcc, version: 13}
3030
- {compiler: gcc, version: 14}
3131
exclude:
32-
- os: macos-13
33-
toolchain: {compiler: gcc, version: 13}
32+
# Not yet supported by setup-fortran
33+
- os: windows-latest
34+
toolchain: {compiler: gcc, version: 14}
3435
include:
3536
- os: ubuntu-latest
3637
os-arch: linux-x86_64

0 commit comments

Comments
 (0)