Skip to content

Commit d128b1a

Browse files
committed
fixup! WIP
1 parent 5f351a7 commit d128b1a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/testing-all-oses.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
run: |
4747
sudo apt-get update
4848
sudo apt-get install -y ffmpeg
49-
- if: ${{ startsWith(matrix.os, 'macos') }}
50-
run: |
51-
brew install ffmpeg
5249
- name: Run tests
5350
timeout-minutes: 40
5451
# The ignored files can somehow cause the test suite to timeout.

with-recording

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
55
ffmpeg -framerate 25 -f x11grab -i :99 recording.mp4 &
66
recording_pid=$!
77
elif [[ "$OSTYPE" == "darwin"* ]]; then
8-
ffmpeg -framerate 25 -f avfoundation -i 0:0 recording.mp4 &
8+
/usr/sbin/screencapture -v -C -k -T0 -g recording.mp4 &
99
recording_pid=$!
1010
fi
1111

0 commit comments

Comments
 (0)