ci(sentry_webhook): pin Ubuntu due to Chromium bug (via Puppeteer) (#1652)

This commit is contained in:
Sander Bruens 2025-03-04 20:24:13 -05:00 committed by GitHub
parent 067d0d47ae
commit d9aa8560ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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