Skip to content

Commit

Permalink
macos set to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
DuanKuanJun committed Dec 19, 2024
1 parent f4ee17d commit 9e8cff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9e8cff3

Please sign in to comment.