Skip to content

Commit ff6bf62

Browse files
committed
update
1 parent bf63220 commit ff6bf62

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
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and build
22
# manylinux wheels for a variety of python versions and architectures.
33

4-
name: Build and upload cross-compiled arm64 macosx wheels
4+
name: Build and upload arm64 macosx wheels
55

66
on:
77
push:
@@ -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: arm64
28+
os: [macos-latest]
29+
platform: [arm64]
3030
env:
3131
REPO_DIR: netcdf4-python
3232
PKG_NAME: netcdf4-python

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-13"
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)