Skip to content

Commit

Permalink
ci: disable mac build on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandmalfarbe committed Dec 28, 2023
1 parent 9e6e4df commit 6356d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@

<!-- create macOS app and disk image -->
<!-- This plugin can only be run on macOS, so it is disabled to enable a build on all platforms. -->
<plugin>
<!--<plugin>
<groupId>de.perdian.maven.plugins</groupId>
<artifactId>macosappbundler-maven-plugin</artifactId>
<version>1.19.0</version>
Expand All @@ -399,7 +399,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>-->

<!-- create packages (ZIP files) for Windows and Linux -->
<plugin>
Expand Down

0 comments on commit 6356d52

Please sign in to comment.