summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2021-08-27 21:12:29 +0800
committerGitHub <noreply@github.com>2021-08-27 21:12:29 +0800
commit76487d72ac7ff1a36aaa7a85543697a777480ada (patch)
tree5144799dec301d4022aa4761a2428bcda56dbf10 /.github/workflows
parent8ca02b0b1d3643f58802c87578fec1973a8e846c (diff)
downloadlua-language-server-76487d72ac7ff1a36aaa7a85543697a777480ada.zip
Update build.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7ae916ce..946e7490 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -6,17 +6,14 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [windows-latest, ubuntu-16.04, macos-latest]
+ os: [windows-latest, ubuntu-18.04, macos-latest]
steps:
- uses: actions/checkout@v1
with:
ref: refs/heads/master
submodules : recursive
- uses: actboy168/setup-luamake@master
- - if: runner.os != 'Linux'
- run: luamake
- - if: runner.os == 'Linux'
- run: luamake -cc gcc-9
+ - run: luamake
- uses: actions/upload-artifact@v1.0.0
with:
name: lua-language-server