Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/bundles-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,10 @@ on:
required: true
jobs:
build:
runs-on: macos-13
runs-on: macos-15-intel
steps:
- uses: actions/checkout@v4

- name: Setup JPackage JDK
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '25.0.1'

- name: Setup Java
uses: oracle-actions/setup-java@v1.4.0
with:
Expand Down Expand Up @@ -109,7 +103,7 @@ jobs:
env:
MAIN_CLASS: com.oracle.javafx.scenebuilder.app.SceneBuilderApp
JAVAFX_HOME: /tmp/javafx-jmods-${{ steps.javafx.outputs.JAVAFX_MAJOR_VERSION }}/
JPACKAGE_HOME: ${{ env.JAVA_HOME_24_X64 }}
JPACKAGE_HOME: ${{ env.JAVA_HOME }}
MACSIGN_PREFIX: ${{ secrets.MACSIGN_PREFIX }}
MACSIGN_USER: ${{ secrets.MACSIGN_USER }}
PROJECT_VERSION: ${{ inputs.project-version }}
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/bundles-mac_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup JPackage JDK
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '25.0.1'

- name: Setup Java
uses: oracle-actions/setup-java@v1.4.0
with:
Expand Down Expand Up @@ -110,7 +104,7 @@ jobs:
env:
MAIN_CLASS: com.oracle.javafx.scenebuilder.app.SceneBuilderApp
JAVAFX_HOME: /tmp/javafx-jmods-${{ steps.javafx.outputs.JAVAFX_MAJOR_VERSION }}/
JPACKAGE_HOME: ${{ env.JAVA_HOME_24_ARM64 }}
JPACKAGE_HOME: ${{ env.JAVA_HOME }}
MACSIGN_PREFIX: ${{ secrets.MACSIGN_PREFIX }}
MACSIGN_USER: ${{ secrets.MACSIGN_USER }}
PROJECT_VERSION: ${{ inputs.project-version }}
Expand Down
Loading