From c9e6addb7d726b03cf3d9edf50c2b469c3e878eb Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Sun, 24 May 2026 02:18:03 -0400 Subject: [PATCH] ci: run release preflight on hosted Ubuntu --- .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 d1b9f59ba2d6..1aaab0c6dc01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: preflight-tests: name: Preflight Tests (Linux fast E2E) - runs-on: [self-hosted, Linux, X64, chris-testing] + runs-on: ubuntu-24.04 env: CARGO_HOME: ${{ github.workspace }}/.cargo-home CARGO_TARGET_DIR: ${{ github.workspace }}/.cargo-target