Skip to content

Commit

Permalink
[rust] Continue using Rust 1.78.0 but remove MACOSX_DEPLOYMENT_TARGET…
Browse files Browse the repository at this point in the history
… env
  • Loading branch information
bonigarcia committed May 28, 2024
1 parent d44d0ad commit 7e45c82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ 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 @@ -201,7 +200,6 @@ 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 7e45c82

Please sign in to comment.