From 494fc4cd4863515eca82e182ca6d23ca26a1e032 Mon Sep 17 00:00:00 2001 From: haoranchen Date: Thu, 16 Jan 2025 20:34:33 +0800 Subject: [PATCH] ci: add more system for tdengine --- .github/workflows/taosd-ci-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/taosd-ci-build.yml b/.github/workflows/taosd-ci-build.yml index 99cd6f7195..753cd5b48f 100644 --- a/.github/workflows/taosd-ci-build.yml +++ b/.github/workflows/taosd-ci-build.yml @@ -10,6 +10,8 @@ on: - 'docs/**' - 'packaging/**' - 'tests/**' + - 'README.md' + - 'README-CN.md' concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -20,7 +22,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04] + 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: