summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-16 21:57:35 +0800
committerGitHub <[email protected]>2025-01-16 21:57:35 +0800
commita1c2e70968e30194017cc4e58b8490ffaf1c8f12 (patch)
tree91f1bbd890f033e19fab57f2c340669478dc5e69
parent94e7330ef77040b3ba4862cf475c996c19905a92 (diff)
Update windows_luajit.yml
-rw-r--r--.github/workflows/windows_luajit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_luajit.yml b/.github/workflows/windows_luajit.yml
index 4cd20bb0a..06f9d51de 100644
--- a/.github/workflows/windows_luajit.yml
+++ b/.github/workflows/windows_luajit.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [windows-2019, windows-2022]
- arch: [x64, x86, arm64]
+ arch: [x64, x86]
runs-on: ${{ matrix.os }}