File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 os : ${{ matrix.os }}
2929 os_version : ${{ matrix.os_version }}
3030 compiler : ${{ matrix.compiler }}
31- triplet : ${{ matrix.target-cpu }}-${{ matrix.target-cpu }}
31+ triplet : ${{ matrix.target-cpu }}-${{ matrix.target-os }}
3232 variant : ${{ matrix.variant }}
3333
3434 - name : Locate binary
@@ -105,7 +105,7 @@ jobs:
105105 os : ${{ matrix.os }}
106106 os_version : ${{ matrix.os_version }}
107107 compiler : ${{ matrix.compiler }}
108- triplet : ${{ matrix.target-cpu }}-${{ matrix.target-cpu }}
108+ triplet : ${{ matrix.target-cpu }}-${{ matrix.target-os }}
109109 variant : ${{ matrix.variant }}
110110
111111 - name : Locate binary
@@ -179,7 +179,7 @@ jobs:
179179 os : ${{ matrix.os }}
180180 os_version : ${{ matrix.os_version }}
181181 compiler : ${{ matrix.compiler }}
182- triplet : ${{ matrix.target-cpu }}-${{ matrix.target-cpu }}
182+ triplet : ${{ matrix.target-cpu }}-${{ matrix.target-os }}
183183 variant : ${{ matrix.variant }}
184184
185185 - name : Locate binary
You can’t perform that action at this time.
0 commit comments