Skip to content

Commit

Permalink
[rust] Set env MACOSX_DEPLOYMENT_TARGET to 10.12 in CI Rust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed May 28, 2024
1 parent 0d6ce4f commit b3d5b40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
if: github.event_name != 'schedule'
env:
RUSTFLAGS: '-Ctarget-feature=+crt-static'
MACOSX_DEPLOYMENT_TARGET: '10.12'
steps:
- name: "Checkout project"
uses: actions/checkout@v4
Expand Down Expand Up @@ -200,6 +201,7 @@ jobs:
if: github.event_name != 'schedule'
env:
RUSTFLAGS: '-Ctarget-feature=+crt-static'
MACOSX_DEPLOYMENT_TARGET: '10.12'
steps:
- name: "Checkout project"
uses: actions/checkout@v4
Expand Down

0 comments on commit b3d5b40

Please sign in to comment.