From e983e0a51463f8a571f1ae47c3ac8f101c5c9448 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 5 Nov 2024 08:58:28 -0800 Subject: [PATCH] move github runner from macos-12 to macos-14 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a9d66125..287e5acb7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -172,7 +172,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-12, windows-latest] + os: [ubuntu-latest, macos-14, windows-latest] python-version: ["3.9", "3.10", "3.11", "3.12"] dist-type: ["whl", "gz"]