From c39861f80604b9de43d593837e1ca4cf08853176 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Tue, 13 Dec 2022 15:31:57 +0000 Subject: [PATCH] CI: fix crossbuild matrix Sorry, failed to notice that I broke this in the last PR. :( --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a63920..fae2b09 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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