From 1fb3ee154aae536d2f1ddc9e1538343877d05732 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 8 Jun 2021 00:46:25 -0400 Subject: [PATCH] ci: remove universal2 for the moment --- .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 0d09c5e12..f6d90a633 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -20,7 +20,7 @@ jobs: matrix: include: - os: macos-latest - arch: x86_64 universal2 + arch: "x86_64" # Need better support in scikit-build for universal2 - os: windows-latest arch: auto - os: ubuntu-latest