This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/main by this push:
new ad6a1202d43 change macos-latest to macos-14 (#338)
ad6a1202d43 is described below
commit ad6a1202d432b326a3ec2e83d513323dc1916ffc
Author: Pxl <[email protected]>
AuthorDate: Wed Jul 30 17:18:00 2025 +0800
change macos-latest to macos-14 (#338)
change macos-latest to macos-14
---
.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..7688d1e6ac9 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-14
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..fe4831632fa 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-14
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..d41ac3482fa 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-14
env:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9926a0ff8b6..9f9471109bc 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-14
env:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]