diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-06 20:12:38 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-06 20:12:38 +0800 |
commit | 4c81f03b28b15b5eab7f290e4fcb8ddf71bd2795 (patch) | |
tree | 08b6e3125558ef126d5efd2e31a4b1fb25b66029 /.github/workflows | |
parent | 5cbdc639ddca98a9af67433109f40c8cfdd3008e (diff) | |
download | lua-language-server-4c81f03b28b15b5eab7f290e4fcb8ddf71bd2795.zip |
ubuntu-20.04
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b7e010a..191831b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: matrix: include: - { os: ubuntu-18.04, target: linux, platform: linux-x64 } - - { os: ubuntu-18.04, target: linux, platform: linux-arm64 } + - { os: ubuntu-20.04, target: linux, platform: linux-arm64 } - { os: macos-11, target: darwin, platform: darwin-x64 } - { os: macos-11, target: darwin, platform: darwin-arm64 } - { os: windows-latest, target: windows, platform: win32-ia32 } |