From 891da0a4e9bbd12955fc86346892a6abb34ec5a0 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Mon, 16 Dec 2024 15:16:40 +0000 Subject: [PATCH] ok --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b2591e9..1f66d5f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: cross_builds: name: ${{ matrix.target }} - runs-on: ${{ matrix.os || 'ubuntu-latest' }} + runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: @@ -77,6 +77,7 @@ jobs: - target: x86_64-pc-windows-msvc os: windows-latest archive: zip + os: ['ubuntu-latest'] target: - armv7-linux-androideabi - armv7-unknown-linux-gnueabihf @@ -90,6 +91,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 + if: matrix.os == 'ubuntu-latest' with: platforms: 'arm64,arm/v7'