about summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 17206cf6..a1569840 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -257,7 +257,7 @@ jobs:
 
             BOX64_DYNAREC=0 ctest $CTEST_OPTIONS
             ctest $CTEST_OPTIONS
-          elif [[ ${{ matrix.platform }} == 'ARM64' && ${{matrix.type}} == 'Box32' ]]; then
+          elif [[ ${{matrix.type}} == 'Box32' ]]; then
             ctest $CTEST_OPTIONS
           else
             ctest -j$(nproc)