Skip to content

Commit

Permalink
Merge pull request #273 from julianhille/feature/remove-arm-darwin-no…
Browse files Browse the repository at this point in the history
…de-lte-14

Remove pre building for mac M1 (arm64) for node < v15
  • Loading branch information
julianhille authored Feb 8, 2023
2 parents c225037 + 521d204 commit 1079804
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,18 @@ jobs:
architecture: ia32
- os: ubuntu-18.04
architecture: ia32
- os: macos-11
node: 11.2.0
architecture: arm64
- os: macos-11
node: 12.0.0
architecture: arm64
- os: macos-11
node: 13.14.0
architecture: arm64
- os: macos-11
node: 14.0.0
architecture: arm64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update xmldom to new 0.8.6 and fix security issues
- Fix arm64 on mac builds

### Removed

- Pre-builts for macos on arm for node < 15 (eg 14, 12, 10 etc)

## [3.6.0] - 2023-01-24

### Added
Expand Down

0 comments on commit 1079804

Please sign in to comment.