From 6956c675d2c6a46158c1d34d8e4f32b2537cba7b Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Wed, 11 Oct 2023 15:12:25 -0400 Subject: [PATCH] ENH: Add macOS ARM support in CI xref: https://github.com/actions/runner-images/pull/8414 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e3e8fb..734b240 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 5 matrix: - os: [ubuntu-22.04, windows-2022, macos-12] + os: [ubuntu-22.04, windows-2022, macos-12, macos-14] python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: