Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik committed Feb 8, 2024
1 parent d63f54d commit 29cb6fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/scripts/install-macos-obs-virtual-cam.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#!/bin/bash
set -e -x

VERSION="28.0.2"
if [[ "$ARCH" == "arm64" ]]; then
echo "arm64 not supported for live testing"
exit 0
fi

VERSION="29.1.3"

DMG_FILENAME="obs-studio-${VERSION}-macos-x86_64.dmg"
DMG_URL="https://cdn-fastly.obsproject.com/downloads/${DMG_FILENAME}"
Expand Down

0 comments on commit 29cb6fd

Please sign in to comment.