Skip to content

Commit ec7f6fe

Browse files
committed
[ci] Support macos on arm64/aarch64 (#194)
Merge pull request #194 from adangel:support-macos-arm64
2 parents b35ea63 + 692ebd3 commit ec7f6fe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ This is a minor release.
1515

1616
### Fixed Issues
1717

18+
### Merged pull requests
19+
* [#194](https://github.com/pmd/pmd-eclipse-plugin/pull/194): \[ci] Support macos on arm64/aarch64
20+
1821
### API Changes
1922

2023
### External Contributions

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,11 @@
477477
<ws>cocoa</ws>
478478
<arch>x86_64</arch>
479479
</environment>
480+
<environment>
481+
<os>macosx</os>
482+
<ws>cocoa</ws>
483+
<arch>aarch64</arch>
484+
</environment>
480485
</environments>
481486
</configuration>
482487
</plugin>

0 commit comments

Comments
 (0)