diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 741ebb8c..5a574101 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -16,7 +16,7 @@ on: jobs: build-tdengine: - runs-on: macos-12 + runs-on: macos-latest outputs: commit_id: ${{ steps.get_commit_id.outputs.commit_id }} steps: @@ -120,7 +120,7 @@ jobs: tar -zcvf server.tar.gz ./release build-poetry: - runs-on: macos-12 + runs-on: macos-latest needs: build-tdengine steps: - name: get cache server by pr @@ -214,7 +214,7 @@ jobs: poetry build test: - runs-on: macos-12 + runs-on: macos-latest needs: build-tdengine steps: - name: get cache server by pr