CI: fix crossbuild matrix

Sorry, failed to notice that I broke this in the last PR. :(
This commit is contained in:
Nathaniel Wesley Filardo
2022-12-13 15:31:57 +00:00
committed by Nathaniel Filardo
parent 455cdd8c6d
commit c39861f806

View File

@@ -194,7 +194,7 @@ jobs:
host-os: ubuntu-latest
# Don't abort runners if a single one fails
fail-fast: false
runs-on: ${{matrix.host-os}}
runs-on: ${{matrix.arch.host-os}}
name: ${{matrix.build-type}} cross-build for ${{ matrix.arch.triple }}
steps:
- uses: actions/checkout@v2