diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-01-05 20:12:17 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-01-05 20:12:17 +0800 |
commit | 45bf5486174af97bc96bd3d1c05cf77e9280cb84 (patch) | |
tree | 5b813e717ef64e5e1d0e400e35f5471cd20b531e /.github/workflows | |
parent | 9b6b699a6943f6f77af19b8af04644ec2d337983 (diff) | |
download | lua-language-server-45bf5486174af97bc96bd3d1c05cf77e9280cb84.zip |
move to ubuntu-20.04
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7412228..f9fa1479 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,8 +20,8 @@ jobs: fail-fast: false 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-x64 } + - { 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 } |