Skip to content

Commit bf63220

Browse files
committed
use macos-13 for x86_64, macos-lates for arm64
1 parent ff15031 commit bf63220

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/build-wheels-macosx.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
matrix:
2727
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
28-
os: [macos-latest]
29-
platform: [x86_64]
28+
os: "macos-latest"
29+
platform: arm64
3030
env:
3131
REPO_DIR: netcdf4-python
3232
PKG_NAME: netcdf4-python
@@ -96,7 +96,7 @@ jobs:
9696
echo "------- BUILD WHEEL --------"
9797
build_wheel $REPO_DIR $PLAT
9898
echo "------- INSTALL_RUN --------"
99-
#install_run $PLAT
99+
install_run $PLAT
100100
- name: Upload wheels to release
101101
uses: svenstaro/upload-release-action@v2
102102
if: github.event_name == 'create'

Diff for: .github/workflows/build-wheels-macosx2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
matrix:
2727
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
28-
os: [macos-latest]
29-
platform: [x86_64]
28+
os: "macos-13"
29+
platform: "x86_64"
3030
env:
3131
REPO_DIR: netcdf4-python
3232
PKG_NAME: netcdf4-python

0 commit comments

Comments
 (0)