Skip to content

Commit 448ca71

Browse files
author
Jeff Whitaker
committed
remove aarch64
1 parent d677560 commit 448ca71

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,15 @@ jobs:
2626
matrix:
2727
python-version: ["3.6", "3.7", "3.8", "3.9"]
2828
os: [ubuntu-latest, macos-latest]
29-
platform: [x64, x32, aarch64]
29+
platform: [x64, x32]
3030
MB_ML_VER: [1,2014]
3131
exclude:
3232
- os: macos-latest
3333
platform: x32
34-
- os: macos-latest
35-
platform: aarch64
3634
env:
3735
REPO_DIR: cftime
3836
PKG_NAME: cftime
39-
BUILD_COMMIT: v1.5.0rel2
37+
BUILD_COMMIT: v1.5.0rel
4038
UNICODE_WIDTH: 32
4139
MB_PYTHON_VERSION: ${{ matrix.python-version }}
4240
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)