Skip to content

Commit d6761ab

Browse files
committed
CI: Remove Microphone access step for macOS
This no longer seems to be necessary.
1 parent 0dc2fb3 commit d6761ab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/lagom-template.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ jobs:
120120
echo "CC=${{ steps.build-parameters.outputs.host_cc }}" >> "$GITHUB_ENV"
121121
echo "CXX=${{ steps.build-parameters.outputs.host_cxx }}" >> "$GITHUB_ENV"
122122
123-
# https://github.com/actions/runner-images/issues/9330
124-
- name: Enable Microphone Access (macOS 14)
125-
if: ${{ inputs.os_name == 'macOS' }}
126-
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);"
127-
128123
- name: Create Build Environment
129124
if: ${{ inputs.os_name != 'Windows' && inputs.build_preset != 'Fuzzers' }}
130125
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)