From f9329ec22f92765012025cf97ea5809968620268 Mon Sep 17 00:00:00 2001 From: haoranchen Date: Thu, 16 Jan 2025 21:12:13 +0800 Subject: [PATCH] Update taosd-ci-build.yml --- .github/workflows/taosd-ci-build.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/taosd-ci-build.yml b/.github/workflows/taosd-ci-build.yml index f0c985eb77..4883aaf754 100644 --- a/.github/workflows/taosd-ci-build.yml +++ b/.github/workflows/taosd-ci-build.yml @@ -10,15 +10,20 @@ on: - 'docs/**' - 'packaging/**' - 'tests/**' - + - 'README.md' + - 'README-CN.md' + concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: build: - runs-on: ubuntu-latest - name: Build and test + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-latest, macos-13, macos-14, macos-15] + name: Build and test on ${{ matrix.os }} steps: - name: Checkout the repository