Skip to content

Conversation

@EliahKagan
Copy link
Member

This changes the runner in the release.yml workflow for the job that builds the x86_64-apple-darwin target from macos-latest (which currently aliases the macos-15 runner, an Apple Silicon system) to the recently introduced macos-15-intel runner. This is to fix recent build failures for the lean and max feature jobs with that target, which happen when the openssl-sys dependency attempts to find the installed openssl library for the target architecture.

The new failures can be seen in these runs:

I'm not sure why the failures happened, since they did not occur in the macos-15 experiments with release.yml done as part of #2078.

Regarding the new macos-15-intel runner, see this recent post on the GitHub blog.

To verify that the changes here fix the failures, see:

This changes the runner in the `release.yml` workflow for the job
that builds the `x86_64-apple-darwin` target from `macos-latest`
(which currently aliases the `macos-15` runner, an Apple Silicon
system) to the recently introduced `macos-15-intel` runner. This is
to fix recent build failures for the `lean` and `max` feature jobs
with that target, which happen when the `openssl-sys` dependency
attempts to find the installed `openssl` library for the target
architecture.

The new failures can be seen in these runs:

- https://github.com/EliahKagan/gitoxide/actions/runs/17895976664/job/50882669073
- https://github.com/EliahKagan/gitoxide/actions/runs/17895976664/job/50882669084

I'm not sure why the failures happened, since they did not occur in
the `macos-15` experiments with `release.yml` done as part of GitoxideLabs#2078.

On the new `macos-15-intel` runner, see:
https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/

To verify that the changes here fix the failures, see:

- https://github.com/EliahKagan/gitoxide/actions/runs/17897891645/job/50886931822
- https://github.com/EliahKagan/gitoxide/actions/runs/17897891645/job/50886931809
@EliahKagan EliahKagan merged commit f7c7145 into GitoxideLabs:main Sep 21, 2025
25 checks passed
@EliahKagan EliahKagan deleted the macos-intel branch September 21, 2025 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant