Skip to content

Commit

Permalink
Merge pull request pytroll#93 from pytroll/ci-disable-macos-arm64-wheels
Browse files Browse the repository at this point in the history
Disable MacOS ARM64 wheels
  • Loading branch information
djhoese authored Nov 3, 2023
2 parents 6a8803a + be8aa4d commit 1fa60ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- os: windows-2019
cibw_archs: "AMD64 ARM64"
- os: macos-11
cibw_archs: "x86_64 arm64"
cibw_archs: "x86_64" # arm64" # No freetype on non-native platforms
- os: "ubuntu-20.04"
cibw_archs: "aarch64"
- os: "ubuntu-20.04"
Expand Down

0 comments on commit 1fa60ed

Please sign in to comment.