From a272fbc097c4030ec7ba0eb81a21b4828843b7b7 Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:01:30 -0400 Subject: [PATCH] Bump macOS version used for GitHub Actions to macos-latest --- .github/workflows/python-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index 78d9bfd..15b8f71 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -45,7 +45,7 @@ jobs: build-macos: - runs-on: macos-12 + runs-on: macos-latest steps: - uses: actions/checkout@v4