Skip to content

Commit 427dae2

Browse files
committed
Fix up IDs
1 parent 77bc0b4 commit 427dae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# When building on Mac, we need to have a Fortran compiler
6363
if: ${{ startsWith(matrix.os, 'macos') }}
6464
uses: fortran-lang/setup-fortran@v1
65-
id: setup-fortran
65+
id: setup-fortran-macos
6666
with:
6767
# TODO: figure out whether we need/want to use other compilers too
6868
compiler: "gcc"
@@ -77,7 +77,7 @@ jobs:
7777
# When building on windows ARM, we need to use the MSVC toolchain
7878
if: ${{ matrix.os == 'windows-11-arm' }}
7979
uses: fortran-lang/setup-fortran@v1
80-
id: setup-fortran
80+
id: setup-fortran-windows-arm
8181
with:
8282
# TODO: figure out whether we need/want to use other compilers too
8383
compiler: "intel"

0 commit comments

Comments
 (0)