From 1f3b29532fe51f35786e8c21c26273eeca073c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Sun, 5 Mar 2023 21:35:17 +0100 Subject: [PATCH] Remove macos sdk workaround No longer necessary now that macos-latest was updated. --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aca4a65b..fa0019bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: