From 7fbbd076e8b9688335945cfe7cd50c71f846ecf2 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Tue, 27 Feb 2024 08:25:41 -0500 Subject: [PATCH] are we using a larger runner? --- .github/workflows/ci-workflow.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 8b56de1..4f473c8 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -114,12 +114,17 @@ jobs: test_linux_arm: strategy: + max-parallel: 1 matrix: node: [ 16, 18, 20 ] - runs-on: ${{ vars.NR_RUNNER || 'ubuntu-latest' }} +# runs-on: ${{ vars.NR_RUNNER || 'ubuntu-latest' }} + runs-on: ${{ vars.NR_RUNNER }} + concurrency: + group: linux_arm-${{ github.workflow }}-${{ github.ref }} name: Linux / Node ${{ matrix.node }} arm64 timeout-minutes: 15 steps: + - run: cat /proc/cpuinfo - name: Checkout uses: actions/checkout@v4 - name: Set up QEMU