From 126ca2c5c64a07f31e59f8211552e0b2d5669915 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Wed, 11 Feb 2026 10:37:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Migrate=20deprecated=20buildjet?= =?UTF-8?q?=20arm=20runner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e2b5540b..947503f50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: strategy: matrix: app: ["builder", "viewer"] - runs-on: buildjet-8vcpu-ubuntu-2204-arm + runs-on: ubuntu-24.04-arm steps: - name: Check out the repo uses: actions/checkout@v4