From 0fbebfbfaa059ffc035553b6ec00466b25bf2dfb Mon Sep 17 00:00:00 2001 From: lucaronin Date: Mon, 23 Feb 2026 14:30:36 +0100 Subject: [PATCH] ci: use self-hosted mac-mini runner for macOS build --- .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 b6b44a54..1e204ba2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: build: name: Build (${{ matrix.arch }}) needs: version - runs-on: macos-latest + runs-on: self-hosted strategy: fail-fast: true matrix: