mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 13:58:57 +00:00
ci(sentry_webhook): pin Ubuntu due to Chromium bug (via Puppeteer) (#1652)
This commit is contained in:
parent
067d0d47ae
commit
d9aa8560ce
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build_and_test_debug.yml
vendored
3
.github/workflows/build_and_test_debug.yml
vendored
|
|
@ -119,7 +119,8 @@ jobs:
|
|||
|
||||
sentry-webhook:
|
||||
name: Sentry Webhook
|
||||
runs-on: ubuntu-latest
|
||||
# TODO(puppeteer/puppeteer#12818): Update when chromium bug is resolved.
|
||||
runs-on: ubuntu-22.04
|
||||
needs: lint
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue