Skip to content

Commit

Permalink
Test not adding microphone hack
Browse files Browse the repository at this point in the history
  • Loading branch information
ychin committed Oct 25, 2024
1 parent 3f38464 commit ec74ff1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
matrix:
#features: [tiny, normal, huge]
features: [huge]
runner: [macos-13, macos-14, macos-15]
runner: [macos-14, macos-15]

steps:
- name: Checkout repository from github
Expand All @@ -335,12 +335,12 @@ jobs:
brew install lua libtool
echo "LUA_PREFIX=$(brew --prefix)" >> $GITHUB_ENV
- name: Grant microphone access for macos-14
if: matrix.features == 'huge' && matrix.runner == 'macos-14'
run: |
# Temporary fix to fix microphone permission issues for macos-14 when playing sound.
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.features == 'huge' && matrix.runner == 'macos-14'
# run: |
# # Temporary fix to fix microphone permission issues for macos-14 when playing sound.
# 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: Set up environment
run: |
(
Expand Down

0 comments on commit ec74ff1

Please sign in to comment.