We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mitmproxy_macos
1 parent ae4e97a commit 8b1e548Copy full SHA for 8b1e548
1 file changed
.github/workflows/reusable-build-app.yml
@@ -143,6 +143,7 @@ jobs:
143
include-module: |
144
logging.config
145
${{ (matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-24.04-arm') && 'mitmproxy_linux' || '' }}
146
+ ${{ (matrix.os == 'macos-latest' || matrix.os == 'macos-15-intel') && 'mitmproxy_macos' || '' }}
147
nofollow-import-to: |
148
sqlalchemy.dialects.oracle
149
sqlalchemy.dialects.mssql
0 commit comments