File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ jobs:
48
48
platform : aarch64
49
49
- python-version : " 3.8"
50
50
os : macos-10.15
51
- platform : universal2
51
+ platform : x86_64
52
52
- python-version : " 3.9"
53
53
os : macos-10.15
54
- platform : universal2
54
+ platform : x86_64
55
55
- python-version : " 3.10"
56
56
os : macos-10.15
57
- platform : universal2
57
+ platform : x86_64
58
58
env :
59
59
REPO_DIR : netcdf4-python
60
60
PKG_NAME : netcdf4-python
90
90
if [ "schedule" == "${{ github.event_name }}" ]; then echo "TRAVIS_EVENT_TYPE=cron" >> $GITHUB_ENV; else echo "TRAVIS_EVENT_TYPE=${{ github.event_name }}" >> $GITHUB_ENV; fi
91
91
if [ "schedule" == "${{ github.event_name }}" ]; then echo "BUILD_COMMIT=master" >> $GITHUB_ENV; else echo "BUILD_COMMIT=$BUILD_COMMIT" >> $GITHUB_ENV; fi
92
92
# 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
94
94
95
95
- name : Setup Special Environment variables for Linux AArch64
96
96
if : ${{ matrix.platform == 'aarch64' }}
You can’t perform that action at this time.
0 commit comments