Skip to content

Commit 4875bc9

Browse files
author
Jeff Whitaker
committed
revert previous commit
1 parent 691cb80 commit 4875bc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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: universal2
51+
platform: x86_64
5252
- python-version: "3.9"
5353
os: macos-10.15
54-
platform: universal2
54+
platform: x86_64
5555
- python-version: "3.10"
5656
os: macos-10.15
57-
platform: universal2
57+
platform: x86_64
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)