summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2024-02-01 15:13:08 +0800
committerGitHub <noreply@github.com>2024-02-01 15:13:08 +0800
commitc438a3fe88471ea7bffa1f705407af02f6e942a1 (patch)
treed45a8ddd6c52958d6b6baa0b1642d0e7d12ed797 /.github/workflows/test.yml
parent438f46723d40b42af7f39bcb4a6aefed4c7279c1 (diff)
downloadlua-language-server-c438a3fe88471ea7bffa1f705407af02f6e942a1.zip
Update test.yml
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 06c14c10..36032833 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,8 +16,6 @@ jobs:
include:
- { os: ubuntu-20.04, platform: linux-x64 }
- { os: macos-latest, platform: darwin-x64 }
- - { os: macos-latest, platform: darwin-arm64 }
- - { os: windows-latest, platform: win32-ia32 }
- { os: windows-latest, platform: win32-x64 }
runs-on: ${{ matrix.os }}
steps: