diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00acaed..db79839 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: name: darwin+aarch64 - os: [self-hosted, linux, ARM64] name: linux+aarch64 - + container: ${{ matrix.platform.container }} runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v2