Skip to content

Commit

Permalink
Remove macos sdk workaround
Browse files Browse the repository at this point in the history
No longer necessary now that macos-latest was updated.
  • Loading branch information
stephank committed Mar 5, 2023
1 parent c00116f commit 1f3b295
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# Workaround for: https://github.com/actions/virtual-environments/issues/2557#issuecomment-769611326
- name: Configure Xcode
run: |
sudo xcode-select -s /Applications/Xcode_12.4.app
sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 1f3b295

Please sign in to comment.