File tree 1 file changed +22
-22
lines changed
1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -658,27 +658,27 @@ jobs:
658
658
- name : Perform CodeQL Analysis
659
659
uses : github/codeql-action/analyze@v2
660
660
661
- brew :
662
- runs-on : ${{ matrix.os }}-latest
663
- name : 🍺 🐍${{ matrix.python }} @ ${{ matrix.os }}
664
- strategy :
665
- matrix :
666
- os : [macOS]
667
- python : ['3.10']
668
- # max-parallel: 1
669
- fail-fast : false
670
- steps :
671
- - uses : actions/checkout@v3
672
- - name : Setup Python
673
- uses : actions/setup-python@v4
674
- with :
675
- python-version : ${{ matrix.python }}
676
- - name : Brew
677
- run : |
678
- brew install ./helper/homebrew/develop/proxy.rb
679
- - name : Verify
680
- run : |
681
- proxy -h
661
+ # brew:
662
+ # runs-on: ${{ matrix.os }}-latest
663
+ # name: 🍺 🐍${{ matrix.python }} @ ${{ matrix.os }}
664
+ # strategy:
665
+ # matrix:
666
+ # os: [macOS]
667
+ # python: ['3.10']
668
+ # # max-parallel: 1
669
+ # fail-fast: false
670
+ # steps:
671
+ # - uses: actions/checkout@v3
672
+ # - name: Setup Python
673
+ # uses: actions/setup-python@v4
674
+ # with:
675
+ # python-version: ${{ matrix.python }}
676
+ # - name: Brew
677
+ # run: |
678
+ # brew install ./helper/homebrew/develop/proxy.rb
679
+ # - name: Verify
680
+ # run: |
681
+ # proxy -h
682
682
683
683
dashboard :
684
684
runs-on : ${{ matrix.os }}-latest
@@ -969,7 +969,7 @@ jobs:
969
969
- test
970
970
- lint
971
971
- dashboard
972
- - brew
972
+ # - brew
973
973
- developer
974
974
- ghcr-latest
975
975
- ghcr-openssl
You can’t perform that action at this time.
0 commit comments