workflow: bump ubuntu and lws versions

This commit is contained in:
Shuanglei Tao
2020-11-07 18:35:15 +08:00
parent 47325461eb
commit c8561897b4
3 changed files with 6 additions and 6 deletions

View File

@@ -16,10 +16,10 @@ on:
jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
strategy:
matrix:
lws-version: [4.0.20, 3.2.3, 2.4.2]
lws-version: [4.1.4, 4.0.21, 3.2.3, 2.4.2]
steps:
- name: Install packages
run: |
@@ -41,7 +41,7 @@ jobs:
make && sudo make install
ttyd -v
cross:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
strategy:
matrix:
target: [i686, x86_64, arm, armhf, aarch64, mips, mipsel, mips64, mips64el]

View File

@@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1

View File

@@ -7,7 +7,7 @@ on:
jobs:
release:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
@@ -23,7 +23,7 @@ jobs:
prerelease: false
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
needs: release
strategy:
matrix: