Open erik-bershel opened 2 months ago
Hey @jaimergp! I noticed that last time you bumped the version of macOS. I think https://github.com/conda-forge will be affected now as well.
Somebody jumped the gun? Microsoft-hosted agents > Software already says macos-12
is "deprecated" and the macos-latest
image just jumped from macos-12
to macos-14
between October 1st and October 2nd.
macos-13 seems still quite flaky:
Any chance to revisit the issue before shutting down the macos-12 instances?
Hey @AkihiroSuda!
Regarding your issue. As I remember it was related to the vz
behaviour. Correct me if I wrong, please. If so, there was a workaround here to set cpus: 1
in the examples/experimental/vz.yaml
. Had you chance to try it?
Hey @AkihiroSuda!
Regarding your issue. As I remember it was related to the
vz
behaviour. Correct me if I wrong, please. If so, there was a workaround here to setcpus: 1
in theexamples/experimental/vz.yaml
. Had you chance to try it?
Yes, it mitigated the issue at that time, but the CI became extremely flaky again recently. Switching to macos-15-large seems to be effective to mitigate (not solve) the issue again, apparently
Yes, it mitigated the issue at that time, but the CI became extremely flaky again recently. Switching to macos-15-large seems to be effective to mitigate (not solve) the issue again, apparently
Yeah, initial issue root cause was kinda architectural. Feel free to open another issue if behaviour repeated with macos-15(-large)
.
Until #9966 is fixed, it is not possible for us to update from macos-12
(where it is fixed) to macos-13
runners.
@erik-bershel macOS-12
runner image offers nested virtualization thru VirtualBox
and Vagrant
, does these tools will be able on following versions?
Hey @electrocucaracha! Nested virtualisation was a bit painful since macos-13. We need to do some additional testing before stating something - there is a chance for issues to be resolved at the moment. Right now we do not install those tools due the mentioned issues.
Just wanted to say thanks to the runner team for scheduling these brownouts! Without it, we probably wouldn't have noticed until it was a much larger problem. We've been stuck on macOS-12 for similar reasons to everyone else (hoping that 15 fixes the issue).
Mitigation ways
Workflows using the
macos-12
image label should be updated tomacos-13
The bug that prevents building .dmgs on macos-13 is still open: https://github.com/actions/runner-images/issues/7522
Breaking changes
GitHub Actions is starting the deprecation process for
macOS 12
. While the image is being deprecated, You may experience longer queue times during peak usage hours. Deprecation will begin on 10/7/24 and the image will be fully unsupported by 12/3/24To raise awareness of the upcoming removal, we will temporarily fail jobs using
macOS 12
. Builds that are scheduled to run during the brownout periods will fail. The brownouts are scheduled for the following dates and times:Target date
December 3rd, 2024
The motivation for the changes
GitHub Actions maintains the latest two stable versions of any given OS version.
Possible impact
Workflows using the
macos-12
image label will be terminated with an error.Platforms affected
Runner images affected
Mitigation ways
Workflows using the
macos-12
image label should be updated tomacos-latest
,macos-13
,macos-14
ormacos-15
.