From f347be419d29b7e309b0f2be05c5f56c60d1ba5b Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Fri, 27 Feb 2026 09:39:24 +0100 Subject: [PATCH 1/2] chore(ci): Moves release workflow to GH runners --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f8e04a7c1..7ad72b0347 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ permissions: jobs: release: - runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"] + runs-on: ubuntu-latest name: Release a new version steps: - name: Get auth token @@ -33,7 +33,7 @@ jobs: token: ${{ steps.token.outputs.token }} fetch-depth: 0 - - run: corepack enable + - run: npm i -g corepack - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: From 190a7e47074137ed43b06d43fa6e3406b8158f82 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Fri, 27 Feb 2026 09:39:40 +0100 Subject: [PATCH 2/2] Removes test branch --- .github/workflows/testflight.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index aacc915ef1..c6b3955e55 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -3,7 +3,6 @@ on: push: branches: - main - - alwx/experiment/cirrus-labs-for-everythin pull_request: paths: