Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong macOS package for Intel Macs #735

Closed
Aektann78 opened this issue Sep 29, 2024 · 2 comments · Fixed by #736
Closed

Wrong macOS package for Intel Macs #735

Aektann78 opened this issue Sep 29, 2024 · 2 comments · Fixed by #736
Labels
bug Something isn't working

Comments

@Aektann78
Copy link

Installing package for Intel Mac on versions 23-24 contains the image built for Arm-based Mac.

Expected Behavior

On opening the Intel Mac dmg the application should be runnable on Intel-based build of macOS

Current Behavior

Currently the package built for Intel-based Mac gets the error on launch, telling that this app cannot be used on this Mac.

Steps to Reproduce

Mount the dmg for Intel Mac, try to launch the application from inside or copy it anywhere and try ro launch. You'll get the error telling that this app cannot be used on this Mac.

Your Environment

Intel-based MacBook Pro 15' 2018, macOS 15.

@Aektann78 Aektann78 added the bug Something isn't working label Sep 29, 2024
@jperedadnr
Copy link
Collaborator

The issue is due to the macOS-latest runner used in the workflow
https://github.com/gluonhq/scenebuilder/blob/master/.github/workflows/bundles-mac.yml#L39

It should be macos-13

Oliver-Loeffler pushed a commit that referenced this issue Sep 30, 2024
Run workflow on macOS-13 for Intel build
@trashgod
Copy link

trashgod commented Oct 8, 2024

For reference, this issue is referenced here.

jperedadnr added a commit that referenced this issue Oct 16, 2024
Run workflow on macOS-13 for Intel build
jperedadnr added a commit that referenced this issue Oct 16, 2024
* build: Update bundles-mac.yml (#735, #736)

Run workflow on macOS-13 for Intel build

* bump jdk and javafx versions

* increment version to 23.0.1-SNAPSHOT

* update jobs with java release and java version
jperedadnr added a commit to jperedadnr/scenebuilder that referenced this issue Oct 16, 2024
Run workflow on macOS-13 for Intel build
jperedadnr added a commit that referenced this issue Oct 16, 2024
* build: Update bundles-mac.yml (#735, #736)

Run workflow on macOS-13 for Intel build

* bump JDK and JavaFX versions (#752)

* update early access job
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants