Replies: 13 comments 4 replies
-
|
Hi, For which OSX version is this installer? Application doesn't work in Monterey 12, or Sequoia... |
Beta Was this translation helpful? Give feedback.
-
|
@Daniforr But what is precisely the current version of We can refer to the Github documentation. But is this doc up-to-date? Looking at https://github.com/actions/runner-images/tree/main/images/macos), we can see the numbers 13, 14, 15, plus alternatives for "arm64". Sorry, I'm not familiar with Apple environments. Can you find your required version in these? |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for quick answer.
Sorry, I don’t know what is "macos-latest". I have used standard DMG image for installation. After opening it the icon of application should be copied to Application folder. This is a standard way how to install some applications on Mac (there are also other ways but this one is the most simple). But I have seen sign of incompatibility, and after trying to open application it was confirmed.
I will study more about the installation, and those “runner-images", but probably it’s difficult to use some commands in Terminal...
Best regards.
… On Apr 18, 2025, at 17:44, Hervé Bitteur ***@***.***> wrote:
@Daniforr <https://github.com/Daniforr>
The Audiveris installers are generated via Github actions on ubuntu-latest, windows-latest and macos-latest.
But what is precisely the current version of macos-latest?
We can refer to the Github documentation <https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job#standard-github-hosted-runners-for-public-repositories>. But is this doc up-to-date?
Looking at https://github.com/actions/runner-images/tree/main/images/macos) <https://github.com/actions/runner-images/tree/main/images/macos>, we can see the numbers 13, 14, 15, plus alternatives for "arm64".
Sorry, I'm not familiar with Apple environments.
Can you find your required version in these?
If so, we could add a specific runner to get a specific installer (with a specific name for the generated .dmg file)
—
Reply to this email directly, view it on GitHub <#806 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BRTZLJCQZNGEGH4GZVHYGJD22C3PFAVCNFSM6AAAAAB3FGNENGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOBXGU4TQNY>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
|
Now I see - that application is for Mac Silicon, but I have Intel... That can be the reason why it doesn't work. Is there any chance that the contributor who sent this installer would offer also installer for Intel Mac? |
Beta Was this translation helpful? Give feedback.
-
|
We have a misunderstanding here. The names like As a developer of installers, I simply ask Github to provide a runner of a certain operating system to run the building of the installer. If you are interested, have a look around the line 15 of file jobs:
# Build an installer for each OS
build-installer:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]Basically, all I need is to do is to add a logical name, perhaps What you need to tell me is the target you are interested in (OS precise name and architecture). |
Beta Was this translation helpful? Give feedback.
-
|
Sorry, you lost me here and I have to give up installation. I'm only musician, not programmer, and don't understand how to "build" by using some sophisticated commands in Terminal. I need just standard DMG or PKG installer. But anyway, I suppose it will not work, as I have 2015 Intel iMac and 2020 Intel Macbook Air, and that installer is for Silicon Mac. |
Beta Was this translation helpful? Give feedback.
-
|
You don't have to feel sorry! Could you tell me, regarding your most recent machine (the 2020 Inter Macbook Air), the name and version of the operating system on this machine. You mentioned "Inter", I translate this to Based on this information, it will be my job to build and publish a suitable installer for you. |
Beta Was this translation helpful? Give feedback.
-
|
@Daniforr
This is not your target! I will try with:
|
Beta Was this translation helpful? Give feedback.
-
|
Yes it seems like |
Beta Was this translation helpful? Give feedback.
-
|
I raised PR #807 with a suggested fix for @Daniforr’s issue, but I don’t have Intel macOS 12.7.6 or 15.4 for testing. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Daniforr there is now an Intel package to test (you must be logged in to GitHub to download it for testing): It was built with macOS 13, so it would be helpful to find out if it works with either/both macOS 12 and 15. |
Beta Was this translation helpful? Give feedback.
-
|
@jnd-au and @Daniforr @Daniforr @jnd-au |
Beta Was this translation helpful? Give feedback.
-
|
Gentlemen, thank you very much, I will check it now... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Main Feature
The building and publication of 3 new installers with JRE included, for Windows, Linux and macOS, represents a breaking feature, initiated by @fbmrqs.
In the downloadable assets below, you can find the installers for:
.msi.deb.dmgSince these installers are not signed with any Microsoft or Apple developer certificate, please read the handbook section on Installing binaries, to be informed about the warnings you may get the very first time the application is launched.
Todo
What's Changed
New Contributors
Full Changelog: v5.4...5.5.1
This discussion was created from the release 5.5.1 Installers.
Beta Was this translation helpful? Give feedback.
All reactions