From 90a28a5704cea1d15ffe51dab740a5cc61168bfb Mon Sep 17 00:00:00 2001 From: Kyle Willmon Date: Fri, 21 Nov 2025 16:12:52 -0600 Subject: [PATCH] Remove self-hosted runner --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35143d627..2892f6044 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,8 +47,6 @@ jobs: include: - target: x86_64-unknown-linux-gnu os: ubuntu-22.04 - - target: aarch64-unknown-linux-gnu - os: [self-hosted, linux, arm64] - target: x86_64-apple-darwin os: macos-15 - target: aarch64-apple-darwin