Skip to content

Commit

Permalink
[ci] Support macos on arm64/aarch64 (#194)
Browse files Browse the repository at this point in the history
Merge pull request #194 from adangel:support-macos-arm64
  • Loading branch information
adangel committed Apr 26, 2024
2 parents b35ea63 + 692ebd3 commit ec7f6fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ This is a minor release.

### Fixed Issues

### Merged pull requests
* [#194](https://github.com/pmd/pmd-eclipse-plugin/pull/194): \[ci] Support macos on arm64/aarch64

### API Changes

### External Contributions
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,11 @@
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>aarch64</arch>
</environment>
</environments>
</configuration>
</plugin>
Expand Down

0 comments on commit ec7f6fe

Please sign in to comment.