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 77bc0b4 commit 427dae2Copy full SHA for 427dae2
.github/workflows/build-wheels.yaml
@@ -62,7 +62,7 @@ jobs:
62
# When building on Mac, we need to have a Fortran compiler
63
if: ${{ startsWith(matrix.os, 'macos') }}
64
uses: fortran-lang/setup-fortran@v1
65
- id: setup-fortran
+ id: setup-fortran-macos
66
with:
67
# TODO: figure out whether we need/want to use other compilers too
68
compiler: "gcc"
@@ -77,7 +77,7 @@ jobs:
77
# When building on windows ARM, we need to use the MSVC toolchain
78
if: ${{ matrix.os == 'windows-11-arm' }}
79
80
+ id: setup-fortran-windows-arm
81
82
83
compiler: "intel"
0 commit comments