Skip to content

Commit c46acc5

Browse files
committed
fixup! [CI] Draft a homebrew-based macCI.
1 parent 28c6a28 commit c46acc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/root-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: # Using '[self-hosted, ..., ...]' does not work for some reason :)
123123
- self-hosted
124124
- macOS
125-
- ${{ matrix.package_manager == 'brew' && 'experimental-brew-ci' }}
125+
- ${{ (matrix.package_manager == 'brew' && 'experimental-brew-ci') || '' }}
126126
- ${{ matrix.arch }}
127127
- ${{ matrix.platform }}
128128

0 commit comments

Comments
 (0)