From de040d3d55d977fa76f8235e215f0c56a07e2581 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Fri, 26 Sep 2025 07:33:01 -0400 Subject: [PATCH] Reduce diff --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78b777bc..b58573bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,13 +204,13 @@ jobs: fail-fast: false matrix: include: + - target: x86_64-apple-darwin # macos-15 is arm64[0] which doesn't support nested # virtualization[1]. # # [0] https://github.com/actions/runner-images#available-images # # [1] https://docs.github.com/en/actions/reference/runners/github-hosted-runners#limitations-for-arm64-macos-runners - - target: x86_64-apple-darwin os: macos-15-intel # We don't use ubuntu-latest because we care about the apt packages available.