Skip to content

Commit

Permalink
are we using a larger runner?
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Feb 27, 2024
1 parent 13e67c4 commit 7fbbd07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fbbd07

Please sign in to comment.