1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-01 12:08:24 +00:00

build: temporarily disable macos-11 sanity checks (#6858)

re-enable when brew is fixed
This commit is contained in:
Charles Kerr 2024-05-25 15:59:52 -05:00 committed by GitHub
parent acd0c22a3d
commit c465575dab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -334,7 +334,7 @@ jobs:
macos-11:
runs-on: macos-11
needs: [ what-to-make ]
if: ${{ needs.what-to-make.outputs.make-mac == 'true' }}
if: false # ${{ needs.what-to-make.outputs.make-mac == 'true' }}
steps:
- name: Show Configuration
run: |