From d217cbeb18172577ba7cb6bb9b5dfc2a7c58b487 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 1 Oct 2025 19:13:08 +0300 Subject: [PATCH] github: Switch Python build to macos-latest Let's see if we get less throttled like this. --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index c100dd519..e3c666a50 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -115,7 +115,7 @@ jobs: path: bindings/python/dist macos-arm64: - runs-on: macos-14 + runs-on: macos-latest timeout-minutes: 30 defaults: run: