From 5a7a34d4cc021fb96b7a50e91f52d03c130a7cb8 Mon Sep 17 00:00:00 2001 From: SonarTech <1842438+SonarTech@users.noreply.github.com> Date: Mon, 18 May 2026 15:22:09 +0200 Subject: [PATCH 1/3] BUILD-10835 Migrate GitHub-hosted Ubuntu runners to warp-custom-ubuntu-24-04 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 074eeec..3c43f53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ concurrency: jobs: build: - runs-on: github-ubuntu-latest-m + runs-on: warp-custom-ubuntu-24-04 permissions: id-token: write contents: write @@ -38,7 +38,7 @@ jobs: github.ref_name == github.event.repository.default_branch || startsWith(github.ref_name, 'branch-') || startsWith(github.ref_name, 'dogfood-') - runs-on: github-ubuntu-latest-s + runs-on: warp-custom-ubuntu-24-04 name: Releasability permissions: id-token: write From db9e055f983cdfc3c8cbc3ee751d93691a166bec Mon Sep 17 00:00:00 2001 From: SonarTech <1842438+SonarTech@users.noreply.github.com> Date: Mon, 18 May 2026 15:22:11 +0200 Subject: [PATCH 2/3] BUILD-10835 Migrate GitHub-hosted Ubuntu runners to warp-custom-ubuntu-24-04 --- .github/workflows/PullRequestClosed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PullRequestClosed.yml b/.github/workflows/PullRequestClosed.yml index 0fd215d..bf28bab 100644 --- a/.github/workflows/PullRequestClosed.yml +++ b/.github/workflows/PullRequestClosed.yml @@ -7,7 +7,7 @@ on: jobs: PullRequestMerged_job: name: Pull Request Merged - runs-on: github-ubuntu-latest-s + runs-on: warp-custom-ubuntu-24-04 permissions: id-token: write pull-requests: read From 5faa34835244f8c5bd40a14f188dad7d96525aca Mon Sep 17 00:00:00 2001 From: SonarTech <1842438+SonarTech@users.noreply.github.com> Date: Mon, 18 May 2026 15:22:14 +0200 Subject: [PATCH 3/3] BUILD-10835 Migrate GitHub-hosted Ubuntu runners to warp-custom-ubuntu-24-04 --- .github/workflows/PullRequestCreated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PullRequestCreated.yml b/.github/workflows/PullRequestCreated.yml index d1e04ae..a7390c7 100644 --- a/.github/workflows/PullRequestCreated.yml +++ b/.github/workflows/PullRequestCreated.yml @@ -7,7 +7,7 @@ on: jobs: PullRequestCreated_job: name: Pull Request Created - runs-on: github-ubuntu-latest-s + runs-on: warp-custom-ubuntu-24-04 permissions: id-token: write # For external PR, ticket should be created manually