From 3d7f332f80b9ca83746e35a01bed5c08ac42e079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Mon, 20 Oct 2025 13:55:12 +0200 Subject: [PATCH] Change runner for breaking change CI (#15205) As per title --- .github/workflows/ci-breaking-changes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-breaking-changes.yaml b/.github/workflows/ci-breaking-changes.yaml index fc86c7782b7..bb551deec8e 100644 --- a/.github/workflows/ci-breaking-changes.yaml +++ b/.github/workflows/ci-breaking-changes.yaml @@ -34,7 +34,7 @@ jobs: needs: changed-files-check if: needs.changed-files-check.outputs.any_changed == 'true' timeout-minutes: 45 - runs-on: shipfox-8vcpu-ubuntu-2404 + runs-on: ubuntu-latest services: postgres: image: twentycrm/twenty-postgres-spilo