Skip to content

Commit

Permalink
Revert "Test sound on macOS"
Browse files Browse the repository at this point in the history
This reverts commit f895159.
  • Loading branch information
ichizok committed May 2, 2024
1 parent f895159 commit 6eccdaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ 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: 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: List audio plugins
run: ls -l /Library/Audio/Plug-Ins/HAL
Expand Down

0 comments on commit 6eccdaa

Please sign in to comment.