This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch dev_0723 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
commit 22dafee34125eb23631e5dceb1caf5fb44417b60 Author: BiteTheDDDDt <[email protected]> AuthorDate: Wed Jul 23 11:00:22 2025 +0800 change macos-latest to macos-15 --- .github/workflows/build-1.2.yml | 2 +- .github/workflows/build-2.0.yml | 2 +- .github/workflows/build-3.0.yml | 2 +- .github/workflows/build.yml | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-1.2.yml b/.github/workflows/build-1.2.yml index b0401816e6f..9d939228d16 100644 --- a/.github/workflows/build-1.2.yml +++ b/.github/workflows/build-1.2.yml @@ -24,7 +24,7 @@ on: jobs: prerelease: name: Prerelease - runs-on: macos-latest + runs-on: macos-15 env: GH_REPO: ${{ github.repository }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-2.0.yml b/.github/workflows/build-2.0.yml index eeeeebd0e6d..5929afff99d 100644 --- a/.github/workflows/build-2.0.yml +++ b/.github/workflows/build-2.0.yml @@ -24,7 +24,7 @@ on: jobs: prerelease: name: Prerelease - runs-on: macos-latest + runs-on: macos-15 env: GH_REPO: ${{ github.repository }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-3.0.yml b/.github/workflows/build-3.0.yml index 10f8d36577e..4691b061b78 100644 --- a/.github/workflows/build-3.0.yml +++ b/.github/workflows/build-3.0.yml @@ -24,7 +24,7 @@ on: jobs: prerelease: name: Prerelease - runs-on: macos-latest + runs-on: macos-15 env: GH_REPO: ${{ github.repository }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9926a0ff8b6..13ca42525b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,12 +20,11 @@ name: Build on: schedule: - cron: '*/30 * * * *' - workflow_dispatch: jobs: prerelease: name: Prerelease - runs-on: macos-latest + runs-on: macos-15 env: GH_REPO: ${{ github.repository }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
