From 05cc41d273fd9d2ccac902ba0c730e760ad04a14 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 3 Aug 2025 09:29:21 +0300 Subject: [PATCH] CI: change macos_build to -latest --- .github/workflows/macos_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index fdd424bb..143c8c41 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -15,7 +15,7 @@ jobs: - "3.11" - "3.12" - "3.13" - runs-on: macos-14 + runs-on: macos-latest steps: - uses: actions/checkout@v4 # Normally, we would use the superbly maintained...