From acd6913a5301d9ff3a41120f4133b3fe45a85247 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Thu, 30 Apr 2026 20:51:29 -0400 Subject: [PATCH] chore: test on arm in CI, exclude LuaJIT from ARM --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9af020e..7aa6136 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,12 @@ jobs: os: - macos-latest - ubuntu-latest + - ubuntu-24.04-arm exclude: - os: macos-latest version: LuaJIT-2.0.5 + - os: ubuntu-24.04-arm + version: LuaJIT-2.0.5 runs-on: ${{ matrix.os }}