We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c6a28 commit c46acc5Copy full SHA for c46acc5
.github/workflows/root-ci.yml
@@ -122,7 +122,7 @@ jobs:
122
runs-on: # Using '[self-hosted, ..., ...]' does not work for some reason :)
123
- self-hosted
124
- macOS
125
- - ${{ matrix.package_manager == 'brew' && 'experimental-brew-ci' }}
+ - ${{ (matrix.package_manager == 'brew' && 'experimental-brew-ci') || '' }}
126
- ${{ matrix.arch }}
127
- ${{ matrix.platform }}
128
0 commit comments