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 319a523 commit 572e84cCopy full SHA for 572e84c
.github/workflows/install-pypi.yaml
@@ -29,7 +29,10 @@ jobs:
29
# TODO: consider adding other compilers to our matrix
30
# (see https://github.com/fortran-lang/setup-fortran)
31
toolchain:
32
- - {compiler: gcc, version: 15}
+ - {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}
36
runs-on: "${{ matrix.os }}"
37
steps:
38
- name: Set up Python "${{ matrix.python-version }}"
0 commit comments