Skip to content

Commit

Permalink
ci: specify javafx.platform for mac
Browse files Browse the repository at this point in the history
new maven version on image no longer resolves  from javafx pom.
see https://issues.apache.org/jira/browse/MNG-8131
  • Loading branch information
cmhulbert committed May 31, 2024
1 parent 236c082 commit 9c28a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
if: ${{ env.MACOS_CERTIFICATE == null && (matrix.os == 'macos-latest' || matrix.os == 'macos-14') }}
run: mvn -B clean install -DskipTests -Pbuild-installer "-Dmatrix.os=${{ matrix.os }}" --file pom.xml
run: mvn -B clean install -DskipTests -Pbuild-installer -Djavafx.platform=mac "-Dmatrix.os=${{ matrix.os }}" --file pom.xml

- name: Upload Installers
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9c28a3f

Please sign in to comment.