From 2c1e28b9d516e9fafe8a3f2515fd921666ad8a6e Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Fri, 8 Nov 2024 16:17:08 -0500 Subject: [PATCH] move from macos-12 to macos-14 (#1136) (cherry picked from commit afd1829dd5815a10564ca20f980f7c341709ded3) --- .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 5ec018d9d..5b7f652bd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -174,7 +174,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"] steps: