About Multi-camera viewer optimized for RTSP streams
0

Configure Feed

Select the types of activity you want to include in your feed.

build

+4 -2
+4 -2
.github/workflows/build.yml
··· 70 70 platform: linux 71 71 - os: windows-latest 72 72 platform: windows 73 + - os: macos-15-intel 74 + platform: macos-intel 73 75 - os: macos-15 74 - platform: macos 76 + platform: macos-silicon 75 77 76 78 steps: 77 79 - name: Checkout ··· 115 117 if: runner.os == 'macOS' 116 118 run: | 117 119 chmod +x scripts/build_macos.sh 118 - PYTHON_BIN=python PLATFORM=macos ARTIFACT_SUFFIX=${{ needs.prepare.outputs.tag }} ./scripts/build_macos.sh 120 + PYTHON_BIN=python PLATFORM=${{ matrix.platform }} ARTIFACT_SUFFIX=${{ needs.prepare.outputs.tag }} ./scripts/build_macos.sh 119 121 120 122 - name: Build on Windows 121 123 if: runner.os == 'Windows'