Skip to content

Commit

Permalink
ci: update macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 4, 2024
1 parent 51170e2 commit c3cf1ba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- firefox:headless
- edge:headless
include:
- runs-on: macos-13
- runs-on: macos-14
browser: safari
steps:
- name: Checkout
Expand All @@ -200,11 +200,6 @@ jobs:
cache: 'npm'
- run: npm clean-install
- run: npm install --global testcafe@3
- name: Add rows to the TCC.db
if: ${{ matrix.runs-on == 'macos-13' }}
run: |
sudo sqlite3 "$HOME/Library/Application Support/com.apple.TCC/TCC.db" "INSERT OR REPLACE INTO access VALUES('kTCCServiceAppleEvents','com.devexpress.testcafe-browser-tools',0,2,3,1,X'fade0c0000000068000000010000000700000007000000080000001443fa4ca5141baeda21aeca1f50894673b440d4690000000800000014f8afcf6e69791b283e55bd0b03e39e422745770e0000000800000014bf4fc1aed64c871a49fc6bc9dd3878ce5d4d17c6',NULL,0,'com.apple.Safari',X'fade0c000000002c00000001000000060000000200000010636f6d2e6170706c652e53616661726900000003',NULL,1687952810);"
sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" "INSERT OR REPLACE INTO access VALUES('kTCCServiceScreenCapture','com.devexpress.testcafe-browser-tools',0,2,3,1,X'fade0c0000000068000000010000000700000007000000080000001443fa4ca5141baeda21aeca1f50894673b440d4690000000800000014f8afcf6e69791b283e55bd0b03e39e422745770e0000000800000014bf4fc1aed64c871a49fc6bc9dd3878ce5d4d17c6',NULL,0,'UNUSED',NULL,0,1687952810);"
- name: Load cached dist
uses: actions/cache@v4
id: dist
Expand Down

0 comments on commit c3cf1ba

Please sign in to comment.