Skip to content

Commit

Permalink
Merge pull request #101 from taosdata/docs/xftan/TD-33561
Browse files Browse the repository at this point in the history
docs: update readme
  • Loading branch information
sheyanjie-qq authored Jan 24, 2025
2 parents 1ebaecf + 4699470 commit 6320d1e
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 2,188 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Build
outputs:
commit_id: ${{ steps.get_commit_id.outputs.commit_id }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
tar -zcvf server.tar.gz ./release
test_build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
dotnet: [ '6.0.x', '5.0.x' ]
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
ls -al
test_unit:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
strategy:
matrix:
Expand Down
Loading

0 comments on commit 6320d1e

Please sign in to comment.