From cae5232ea3a162fbbc09be70b81f783a22fc775a Mon Sep 17 00:00:00 2001 From: peefy Date: Wed, 18 Sep 2024 11:24:37 +0800 Subject: [PATCH] chore: bump MACOSX_DEPLOYMENT_TARGET to 12.4 Signed-off-by: peefy --- .github/workflows/build-test-macos-arm64.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-test-macos-arm64.yml b/.github/workflows/build-test-macos-arm64.yml index 1234f4aa4..6cef99f21 100644 --- a/.github/workflows/build-test-macos-arm64.yml +++ b/.github/workflows/build-test-macos-arm64.yml @@ -1,5 +1,7 @@ name: Build and Test on MacOS ARCH64 on: ["push", "pull_request"] +env: + MACOSX_DEPLOYMENT_TARGET: '12.4' jobs: build-and-test: # Ref: https://github.com/actions/runner-images/tree/main/images/macos