From 9e37d5e7737390e6934ce6ef2ed4a89d9487c4c7 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Fri, 20 Dec 2024 18:41:38 +0000 Subject: [PATCH] 24.04 --- .github/workflows/ci-e2e-depot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-e2e-depot.yml b/.github/workflows/ci-e2e-depot.yml index eb859db75086d..2e657a00a7076 100644 --- a/.github/workflows/ci-e2e-depot.yml +++ b/.github/workflows/ci-e2e-depot.yml @@ -14,7 +14,7 @@ concurrency: jobs: changes: - runs-on: depot-ubuntu-22.04 + runs-on: depot-ubuntu-24.04 timeout-minutes: 5 name: Determine need to run E2E checks # Set job outputs to values from filter step @@ -54,7 +54,7 @@ jobs: chunks: needs: changes name: Cypress preparation - runs-on: depot-ubuntu-22.04 + runs-on: depot-ubuntu-24.04 timeout-minutes: 5 outputs: chunks: ${{ steps.chunk.outputs.chunks }} @@ -68,7 +68,7 @@ jobs: container: name: Build and cache container image - runs-on: depot-ubuntu-22.04 + runs-on: depot-ubuntu-24.04 timeout-minutes: 60 needs: [changes] permissions: @@ -92,7 +92,7 @@ jobs: cypress: name: Cypress E2E tests (${{ strategy.job-index }}) - runs-on: depot-ubuntu-22.04 + runs-on: depot-ubuntu-24.04 timeout-minutes: 60 needs: [chunks, changes, container] permissions: @@ -280,7 +280,7 @@ jobs: calculate-running-time: name: Calculate running time - runs-on: depot-ubuntu-22.04 + runs-on: depot-ubuntu-24.04 needs: [cypress] if: needs.changes.outputs.shouldTriggerCypress == 'true' && github.event.pull_request.head.repo.full_name == 'PostHog/posthog'