Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik committed Feb 8, 2024
1 parent 1bca5cf commit d58c81a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,6 @@ jobs:
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: macos-14 # M1
os-name: mac
arch: arm64
macos-min-version: '11.0'
python-version: '3.8'
numpy-version: '1.21.*'
- os-image: macos-14 # M1
os-name: mac
arch: arm64
macos-min-version: '11.0'
python-version: '3.9'
numpy-version: '1.21.*'
- os-image: macos-14 # M1
os-name: mac
arch: arm64
Expand Down Expand Up @@ -276,18 +264,6 @@ jobs:
python-version: '3.12'
numpy-version: '1.26.*'

- os-image: macos-14 # M1
os-name: mac
arch: arm64
macos-min-version: '11.0'
python-version: '3.8'
numpy-version: '1.21.*'
- os-image: macos-14 # M1
os-name: mac
arch: arm64
macos-min-version: '11.0'
python-version: '3.9'
numpy-version: '1.21.*'
- os-image: macos-14 # M1
os-name: mac
arch: arm64
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.11.1] - 2023-02-08
### Added
- macOS arm64 support.
- macOS arm64 support (Python 3.10 and higher).

## [0.11.0] - 2023-12-10
### Added
Expand Down

0 comments on commit d58c81a

Please sign in to comment.