Skip to content

Commit

Permalink
disable mac builds (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Aug 31, 2023
1 parent 491d26e commit 58c31fd
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ jobs:
*-*-linux*.*
urls.txt
mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: 'build'
run: |
export CW_CONFIG='${{ github.ref_name }}-mac-macuni'
export CW_REVISION='${{ github.sha }}'
sh -c ./_ci-mac-homebrew.sh
- uses: actions/upload-artifact@v3
with:
name: 'curl-macos-universal'
retention-days: 5
path: |
*-*-macos*.*
urls.txt
# mac:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v3
# - name: 'build'
# run: |
# export CW_CONFIG='${{ github.ref_name }}-mac-macuni'
# export CW_REVISION='${{ github.sha }}'
# sh -c ./_ci-mac-homebrew.sh
#
# - uses: actions/upload-artifact@v3
# with:
# name: 'curl-macos-universal'
# retention-days: 5
# path: |
# *-*-macos*.*
# urls.txt

0 comments on commit 58c31fd

Please sign in to comment.