Skip to content

Commit 309a8c1

Browse files
committed
fix: update TDengine build workflow for research/3.3.6-experimental branch
1 parent 1eddb44 commit 309a8c1

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/tdengine-build.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
name: TDengine Build
1+
name: TDengine Build For research/3.3.6-experimental
22

33
on:
44
pull_request:
55
branches:
6-
- 'main'
7-
- '3.0'
8-
- '3.1'
9-
- '3.3.6'
10-
6+
- 'research/3.3.6-experimental'
117
paths-ignore:
128
- 'docs/**'
139
- 'packaging/**'
@@ -30,10 +26,6 @@ jobs:
3026
os:
3127
- ubuntu-22.04
3228
- ubuntu-24.04
33-
- macos-13
34-
- macos-14
35-
- macos-15
36-
- windows-2022
3729

3830
steps:
3931
- name: Get CPU Cores

0 commit comments

Comments
 (0)