From ea7f0a7ef0ffa7bebdea945c0a9821505bc32a07 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 26 Apr 2024 21:07:22 -0700 Subject: [PATCH] Temporarily pin macOS buck2 build to x86_64 --- .github/workflows/buck2.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/buck2.yml b/.github/workflows/buck2.yml index f91ac3d3d..de0915523 100644 --- a/.github/workflows/buck2.yml +++ b/.github/workflows/buck2.yml @@ -22,6 +22,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: rust-src + target: ${{matrix.os == 'macos' && 'x86_64-apple-darwin' || ''}} - uses: dtolnay/install-buck2@latest with: prelude-submodule: tools/buck/prelude