File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -43,20 +43,20 @@ jobs:
4343 *-*-linux*.*
4444 urls.txt
4545
46- mac :
47- runs-on : macos-latest
48- steps :
49- - uses : actions/checkout@v3
50- - name : ' build'
51- run : |
52- export CW_CONFIG='${{ github.ref_name }}-mac-macuni'
53- export CW_REVISION='${{ github.sha }}'
54- sh -c ./_ci-mac-homebrew.sh
55-
56- - uses : actions/upload-artifact@v3
57- with :
58- name : ' curl-macos-universal'
59- retention-days : 5
60- path : |
61- *-*-macos*.*
62- urls.txt
46+ # mac:
47+ # runs-on: macos-latest
48+ # steps:
49+ # - uses: actions/checkout@v3
50+ # - name: 'build'
51+ # run: |
52+ # export CW_CONFIG='${{ github.ref_name }}-mac-macuni'
53+ # export CW_REVISION='${{ github.sha }}'
54+ # sh -c ./_ci-mac-homebrew.sh
55+ #
56+ # - uses: actions/upload-artifact@v3
57+ # with:
58+ # name: 'curl-macos-universal'
59+ # retention-days: 5
60+ # path: |
61+ # *-*-macos*.*
62+ # urls.txt
You can’t perform that action at this time.
0 commit comments