From d1fdbb99308ce6619258cdde782ba36bf3cc8ae8 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Fri, 26 Sep 2025 08:18:46 -0400 Subject: [PATCH] Update to macOS 15 (#1351) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9cc54c1..b58573bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -205,13 +205,13 @@ jobs: matrix: include: - target: x86_64-apple-darwin - # macos-14 is arm64[0] which doesn't support nested + # 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/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#limitations-for-arm64-macos-runners - os: macos-13 + # [1] https://docs.github.com/en/actions/reference/runners/github-hosted-runners#limitations-for-arm64-macos-runners + os: macos-15-intel # We don't use ubuntu-latest because we care about the apt packages available. - target: x86_64-unknown-linux-gnu