Skip to content

Commit

Permalink
Test sound on macOS
Browse files Browse the repository at this point in the history
Grant microphone access for macos-14
  • Loading branch information
ichizok committed May 2, 2024
1 parent ccebe97 commit 9fe5b80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
number: 3

steps:
- name: Grant microphone access for macos-14
if: matrix.os == 'macos-14'
run: sqlite3 $HOME/Library/Application\ Support/com.apple.TCC/TCC.db "INSERT OR IGNORE INTO access VALUES ('kTCCServiceMicrophone','/usr/local/opt/runner/provisioner/provisioner',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159,NULL,NULL,'UNUSED',1687786159);"

- name: Test
id: test
run: |
Expand Down

0 comments on commit 9fe5b80

Please sign in to comment.