From cc9522aa1f11e0eac3bc2e78c8acf8d5a354afac Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Fri, 26 Sep 2025 07:31:50 -0400 Subject: [PATCH] Restore comment --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f30a57c4..78b777bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,10 +204,14 @@ jobs: fail-fast: false matrix: include: + # 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 - - target: aarch64-apple-darwin - os: macos-15 # We don't use ubuntu-latest because we care about the apt packages available. - target: x86_64-unknown-linux-gnu