Skip to content

Commit 16d681c

Browse files
committed
disable mac builds (temp)
1 parent c2ebdb0 commit 16d681c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/build.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)