diff options
author | actboy168 <actboy168@gmail.com> | 2024-02-01 15:13:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 15:13:08 +0800 |
commit | c438a3fe88471ea7bffa1f705407af02f6e942a1 (patch) | |
tree | d45a8ddd6c52958d6b6baa0b1642d0e7d12ed797 /.github/workflows/test.yml | |
parent | 438f46723d40b42af7f39bcb4a6aefed4c7279c1 (diff) | |
download | lua-language-server-c438a3fe88471ea7bffa1f705407af02f6e942a1.zip |
Update test.yml
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 2 |
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: |