diff options
| author | ruki <[email protected]> | 2025-01-16 21:57:35 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-16 21:57:35 +0800 |
| commit | a1c2e70968e30194017cc4e58b8490ffaf1c8f12 (patch) | |
| tree | 91f1bbd890f033e19fab57f2c340669478dc5e69 /.github/workflows | |
| parent | 94e7330ef77040b3ba4862cf475c996c19905a92 (diff) | |
Update windows_luajit.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/windows_luajit.yml | 2 |
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 }} |
