Update taosd-ci-build.yml

This commit is contained in:
haoranchen 2025-01-16 15:56:24 +08:00 committed by Jinqing Kuang
parent 2e4f9844c6
commit 7712bf15e8
1 changed files with 5 additions and 2 deletions

View File

@ -17,8 +17,11 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
name: Build and test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
name: Build and test on ${{ matrix.os }}
steps:
- name: Checkout the repository