From ae0bbdf88e84f521e6c5bcb53c2a30bd0d1b1ce1 Mon Sep 17 00:00:00 2001 From: Jagdeep Bhatia Date: Thu, 5 Jun 2025 15:46:46 -0400 Subject: [PATCH] remove macos-12 from tests, no longer supported by github actions --- .github/workflows/wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 32317813..e2d59fd0 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -23,9 +23,9 @@ jobs: # https://github.com/glfw/glfw/issues/2139 # manylinux_image: manylinux2014 - # MacOS x86_64 - - os: macos-12 - platform_id: macosx_x86_64 + # MacOS x86_64 # Deprecated, github actions no longer support macos-12 + # - os: macos-12 + # platform_id: macosx_x86_64 # MacOS arm64 - os: macos-14