From 7bb07d21a2618a247779b0c73efd95bcbf9d6580 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 30 Jan 2022 11:05:38 -0800 Subject: [PATCH] ci: disable tests for non-x86_64 builds --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cbca76af..3f668f18d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -363,6 +363,7 @@ jobs: shell: bash run: | ctest -C ${{ matrix.build-type }} -V + if: matrix.os-arch == 'x86_64' # ARM64 tests naturally won't be able to run on x86_64 runners - name: Create Package working-directory: ${{ runner.workspace }}/build