From fd26b4951835ac770f936ae3df98b4bb70478022 Mon Sep 17 00:00:00 2001 From: Zach Sherman <19153455+zssherman@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:23:07 -0500 Subject: [PATCH] CI: Update wheels to use macos14. (#1601) * CI: Update wheels to use macos14. * CI: Update to use macos-13 as well. --- .github/workflows/wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 99fa8c414b9..02f112c4c04 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -28,7 +28,8 @@ jobs: os: [ ubuntu-20.04, windows-2019, - macos-11, + macos-14, + macos-13, ] fail-fast: false