From 02e7a61cddcdb6274e6eed17d09ca70dbaad93e4 Mon Sep 17 00:00:00 2001 From: John Guibas Date: Tue, 23 Jan 2024 20:20:31 -0800 Subject: [PATCH] use github hosted runners --- .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 439ebc8c2e3b..c48f6170184c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,7 +127,7 @@ jobs: !rust/build/x86_64-apple-darwin/stage2/lib/rustlib/rustc-src release: - needs: [build-ubuntu, build-macos-13, build-macos-13-arm64] + needs: [build-ubuntu, build-macos-x86, build-macos-13-arm64] runs-on: ubuntu-latest permissions: contents: write