diff --git a/.github/workflows/infra.yml b/.github/workflows/infra.yml index 905597c8bd..1d52ddb96d 100644 --- a/.github/workflows/infra.yml +++ b/.github/workflows/infra.yml @@ -16,7 +16,7 @@ env: jobs: doc-and-lint: name: "docs & lint" - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 diff --git a/.github/workflows/pr_check_client_side_changes.yml b/.github/workflows/pr_check_client_side_changes.yml index 7748b5d514..17a8da9ca3 100644 --- a/.github/workflows/pr_check_client_side_changes.yml +++ b/.github/workflows/pr_check_client_side_changes.yml @@ -12,7 +12,7 @@ on: jobs: check: name: Check - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 if: github.repository == 'microsoft/playwright' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/publish_canary.yml b/.github/workflows/publish_canary.yml index 64d25dbd6d..78fb0ba5a9 100644 --- a/.github/workflows/publish_canary.yml +++ b/.github/workflows/publish_canary.yml @@ -65,7 +65,7 @@ jobs: publish-trace-viewer: name: "publish Trace Viewer to trace.playwright.dev" - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 if: github.repository == 'microsoft/playwright' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/publish_release_npm.yml b/.github/workflows/publish_release_npm.yml index 46b5816834..bbef0c5c62 100644 --- a/.github/workflows/publish_release_npm.yml +++ b/.github/workflows/publish_release_npm.yml @@ -10,7 +10,7 @@ env: jobs: publish-npm-release: name: "publish to NPM" - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 if: github.repository == 'microsoft/playwright' permissions: contents: read diff --git a/.github/workflows/publish_release_traceviewer.yml b/.github/workflows/publish_release_traceviewer.yml index 60af5442e9..e61ac76ccd 100644 --- a/.github/workflows/publish_release_traceviewer.yml +++ b/.github/workflows/publish_release_traceviewer.yml @@ -7,7 +7,7 @@ on: jobs: publish-trace-viewer: name: "publish Trace Viewer to trace.playwright.dev" - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 if: github.repository == 'microsoft/playwright' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/roll_browser_into_playwright.yml b/.github/workflows/roll_browser_into_playwright.yml index da90513160..e24d015cf8 100644 --- a/.github/workflows/roll_browser_into_playwright.yml +++ b/.github/workflows/roll_browser_into_playwright.yml @@ -12,7 +12,7 @@ permissions: jobs: roll: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 diff --git a/.github/workflows/trigger_tests.yml b/.github/workflows/trigger_tests.yml index dcd68dca37..1ea2ec424d 100644 --- a/.github/workflows/trigger_tests.yml +++ b/.github/workflows/trigger_tests.yml @@ -9,7 +9,7 @@ on: jobs: trigger: name: "trigger" - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - run: | curl -X POST \