Skip to content

Commit

Permalink
devops: fix headed macOS-14 bots (microsoft#30442)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Apr 19, 2024
1 parent 6298298 commit 058a308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_secondary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,14 @@ jobs:
fail-fast: false
matrix:
browser: [chromium, firefox, webkit]
os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest]
os: [ubuntu-20.04, ubuntu-22.04, macos-14, windows-latest]
runs-on: ${{ matrix.os }}
env:
PWTEST_BOT_NAME: "${{ matrix.browser }}-headed-${{ matrix.os }}"
steps:
# https://github.com/actions/runner-images/issues/9330
- name: Allow microphone access to all apps (macOS 14)
if: ${{ matrix.os == 'macos-latest' }}
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);"
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 058a308

Please sign in to comment.