Skip to content

Commit 691cb80

Browse files
author
Jeff Whitaker
committed
try platform: universal2
1 parent 5d792e1 commit 691cb80

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
platform: aarch64
4949
- python-version: "3.8"
5050
os: macos-10.15
51-
platform: x86_64
51+
platform: universal2
5252
- python-version: "3.9"
5353
os: macos-10.15
54-
platform: x86_64
54+
platform: universal2
5555
- python-version: "3.10"
5656
os: macos-10.15
57-
platform: x86_64
57+
platform: universal2
5858
env:
5959
REPO_DIR: netcdf4-python
6060
PKG_NAME: netcdf4-python
@@ -90,7 +90,7 @@ jobs:
9090
if [ "schedule" == "${{ github.event_name }}" ]; then echo "TRAVIS_EVENT_TYPE=cron" >> $GITHUB_ENV; else echo "TRAVIS_EVENT_TYPE=${{ github.event_name }}" >> $GITHUB_ENV; fi
9191
if [ "schedule" == "${{ github.event_name }}" ]; then echo "BUILD_COMMIT=master" >> $GITHUB_ENV; else echo "BUILD_COMMIT=$BUILD_COMMIT" >> $GITHUB_ENV; fi
9292
# make universal2 wheels on macos 10.15 by cross-compiling
93-
if [ "macos-10.15" == "${{ matrix.os }}" ]; then echo "PLAT=universal2" >> $GITHUB_ENV; fi
93+
#if [ "macos-10.15" == "${{ matrix.os }}" ]; then echo "PLAT=universal2" >> $GITHUB_ENV; fi
9494
9595
- name: Setup Special Environment variables for Linux AArch64
9696
if: ${{ matrix.platform == 'aarch64' }}

0 commit comments

Comments
 (0)