From b41007af79cb5d94476462024c5787bb9cf805d3 Mon Sep 17 00:00:00 2001 From: Dave Warnock Date: Wed, 11 Dec 2024 22:40:35 +0000 Subject: [PATCH] chore: git workflow update macos to macos-latest no other changes --- .github/workflows/release-CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-CI.yml b/.github/workflows/release-CI.yml index 7a0c9242..933be67a 100644 --- a/.github/workflows/release-CI.yml +++ b/.github/workflows/release-CI.yml @@ -8,7 +8,7 @@ env: UV_SYSTEM_PYTHON: 1 jobs: macos: - runs-on: macos-12 + runs-on: macos-latest strategy: matrix: python-version: ["3.9", "3.10", "3.11", "3.12"]