index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-06-22 20:47:55.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-06-22 20:47:55.0 +00:00:00
commit
004c8184a4f9eb716ad5db87c8c91df29b1d52c5 [patch]
tree
059b7f0c8623113b1db511d2c6401153807db237
parent
8979292d8b4acc94844ac706d104417a3d15989a
download
004c8184a4f9eb716ad5db87c8c91df29b1d52c5.tar.gz

refactor: remove redudant ci macos arm64 step



Diff

 .github/workflows/release.yml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fe07428..d79c71d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -124,16 +124,6 @@ jobs:
        echo "target flag is: ${{ env.TARGET_FLAGS }}"
        echo "target dir is: ${{ env.TARGET_DIR }}"

    - name: Build release binary macos
      if: matrix.build == 'macos' || matrix.build == 'macos-arm64'
      run: |
        # Use the beta compiler
        sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer/

        # Set SDK environment variables
        echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
        echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV

    - name: aarch64 specific items
      if: matrix.build == 'macos-arm64'
      run: |