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:
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
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' }}
You can’t perform that action at this time.
0 commit comments