From c9541f98b324526c9608529ccafc6a33bba65384 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Fri, 16 Jan 2026 07:30:50 -0800 Subject: [PATCH] Update macOS builds from 13 to 15 (#393) - See https://github.com/actions/runner-images/issues/13046 - macOS 15 will be the last release that supports intel macs and supported until August 2027 --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a7d4db7..45242b5 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -22,9 +22,9 @@ jobs: - os: ubuntu-latest arch: s390x - - os: macos-13 + - os: macos-15 arch: x86_64 - - os: macos-14 + - os: macos-15 arch: arm64 # Disabled until someone figures out how to build capnproto for arm64 and x86_64 simultaneously # - os: macOS-latest