Skip to content

Commit 572e84c

Browse files
committed
Drop gcc version
1 parent 319a523 commit 572e84c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/install-pypi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
# TODO: consider adding other compilers to our matrix
3030
# (see https://github.com/fortran-lang/setup-fortran)
3131
toolchain:
32-
- {compiler: gcc, version: 15}
32+
- {compiler: gcc, version: 13}
33+
# # Only seems to be available on Mac for some reason,
34+
# # maybe it will be available when latest images are updated.
35+
# - {compiler: gcc, version: 15}
3336
runs-on: "${{ matrix.os }}"
3437
steps:
3538
- name: Set up Python "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)