From 8cd851d577ed5bd47e0bad9ec3b16af564db56f6 Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Wed, 3 Jul 2024 18:04:26 +0200 Subject: [PATCH] no 14 --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5542b44..fa20097 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -11,7 +11,7 @@ jobs: CIBW_SKIP: cp36-* cp37-*win* cp38-*win* cp37-*mac* cp38-*mac* cp39-*mac* *-win32 *-manylinux_i686 pp* *musllinux* strategy: matrix: - os: [ubuntu-20.04, windows-latest, macos-13, macos-14] + os: [ubuntu-20.04, windows-latest, macos-13] steps: - uses: actions/checkout@v4