disable lua jobs for now
Some checks failed
CI / test-core (14, ubuntu-latest, 3.x, cpp) (push) Failing after 1m44s
CI / test-core (14, ubuntu-latest, 3.x, js) (push) Failing after 1m41s
CI / test-core (14, ubuntu-latest, 3.x, py) (push) Failing after 1m38s
CI / test-core (14, ubuntu-latest, 3.x, interp) (push) Failing after 1m45s
CI / test-core (14, ubuntu-latest, 3.x, nodejs) (push) Failing after 1m42s

This commit is contained in:
2025-09-08 15:45:49 -05:00
parent 929ae557ed
commit 033b424b20

View File

@@ -18,12 +18,12 @@ jobs:
- js
- nodejs
- py
- "lua 5.1"
- "lua 5.2"
- "lua 5.3"
- "lua 5.4"
- "luajit 2.0"
- "luajit 2.1"
# - "lua 5.1"
# - "lua 5.2"
# - "lua 5.3"
# - "lua 5.4"
# - "luajit 2.0"
# - "luajit 2.1"
runs-on: ${{ matrix.os }}
env:
CI_OS_NAME: ${{ matrix.os }}