mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 10:28:32 +00:00
build: temporarily disable macos-11 sanity checks (#6858)
re-enable when brew is fixed
This commit is contained in:
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
@@ -334,7 +334,7 @@ jobs:
|
|||||||
macos-11:
|
macos-11:
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
needs: [ what-to-make ]
|
needs: [ what-to-make ]
|
||||||
if: ${{ needs.what-to-make.outputs.make-mac == 'true' }}
|
if: false # ${{ needs.what-to-make.outputs.make-mac == 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Show Configuration
|
- name: Show Configuration
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user