Update taosd-ci-build.yml
This commit is contained in:
parent
2e4f9844c6
commit
7712bf15e8
|
@ -17,8 +17,11 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
name: Build and test
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
|
||||||
|
name: Build and test on ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
|
|
Loading…
Reference in New Issue