-
Notifications
You must be signed in to change notification settings - Fork 72
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
macos11 builds being used #1283
Comments
I just found this page in the book: https://opensource.axo.dev/cargo-dist/book/ci/customizing.html?highlight=macos#custom-runners I see that says macos-12 is the default, but that's not my experience. I haven't customized the runner, and as you can see in links in above comment to GH Actions logs, it's using macos-11 |
I'll leave this issue open (but feel free to close it), but I'd suggest you up the default macos runner from macos-11, as they do not work anymore. |
You appear to be running cargo-dist 0.3.0, which is about a year old. Newer cargo-dist versions have increased the minimum runners (just install the latest release and |
I thought I installed it afresh!
I'll check later (will a "cargo dist init" again be OK to update things?).
If not, and it's the old one, my apologies!!
…On Wed, Aug 7, 2024, 5:06 PM Aria Desires ***@***.***> wrote:
You appear to be running cargo-dist 0.3.0, which is about a year old.
Newer cargo-dist versions have increased the minimum runners (just install
the latest release and cargo dist init again to auto-update/migrate
everything).
—
Reply to this email directly, view it on GitHub
<#1283 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKF4LGIAIX6INT4SFUGHALZQIZWLAVCNFSM6AAAAABMEIF7RWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZTGY4TMNRXGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Indeed! :-( |
You can see from my release GH Action here that cargo-dist is generating build jobs for macos11.
These jobs are stalled waiting for runners.
But macos-11 runner images are deprecated (see here and elsewhere) and so this won't work.
I don't see in the book or release.yml how I can customize the OS I can use for mac/linux/windows platform?
I recently had to move other cross-platforms project builds to use macos-14, and I would like to do the same here.
The text was updated successfully, but these errors were encountered: