From 65865e8dfc8db2879cdc11d4117acd5615d0b9ab Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Mon, 10 Nov 2025 09:13:27 -0500 Subject: [PATCH] .github: disable macos-15-intel These builds are timing out, see https://github.com/actions/runner-images/issues/13277. --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9b1add4..72937e20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,14 +215,16 @@ jobs: fail-fast: false matrix: include: - - target: x86_64-apple-darwin + # TODO(https://github.com/actions/runner-images/issues/13277): Reenable when fixed. + # - 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 - os: macos-15-intel + # + # os: macos-15-intel # We don't use ubuntu-latest because we care about the apt packages available. - target: x86_64-unknown-linux-gnu