Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Jun 7, 2024
1 parent bf63220 commit ff6bf62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels-macosx.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and build
# manylinux wheels for a variety of python versions and architectures.

name: Build and upload cross-compiled arm64 macosx wheels
name: Build and upload arm64 macosx wheels

on:
push:
Expand All @@ -25,8 +25,8 @@ jobs:

matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
os: "macos-latest"
platform: arm64
os: [macos-latest]
platform: [arm64]
env:
REPO_DIR: netcdf4-python
PKG_NAME: netcdf4-python
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-macosx2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
os: "macos-13"
platform: "x86_64"
os: [macos-13]
platform: [x86_64]
env:
REPO_DIR: netcdf4-python
PKG_NAME: netcdf4-python
Expand Down

0 comments on commit ff6bf62

Please sign in to comment.