Skip to content

Commit

Permalink
chore: bump MACOSX_DEPLOYMENT_TARGET to 12.4
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed Sep 18, 2024
1 parent 1d5846b commit cae5232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-macos-arm64.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cae5232

Please sign in to comment.