From 7421f6cf7ea40033f4e9da53b62125973de3ffa9 Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Sun, 24 May 2026 01:33:43 -0400 Subject: [PATCH] ci: build x86 musl release on hosted Ubuntu --- .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 cfc9bbaced0..d1b9f59ba2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -224,8 +224,8 @@ jobs: matrix: include: # Linux builds - - os: linux-self-hosted - runs_on: '["self-hosted","Linux","X64","chris-testing"]' + - os: ubuntu-24.04 + runs_on: '["ubuntu-24.04"]' target: x86_64-unknown-linux-musl artifact: code-x86_64-unknown-linux-musl - os: ubuntu-24.04-arm