You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The failure was due to a planned brownout. The macOS resource macos.x86.medium.gen2 is planned to be withdrawn permanently on June 28, 2024. This means that this repo's CircleCI workflow .circleci/config.yml can be expected to permanently fail on this date if no changes are made to the macOS resource class being used.
Suggestion
Migrate from macos.x86.medium.gen2 to macos.m1.medium.gen1
Since I'm not a macOS user I'm not the best person to be proposing the exact details of any change regarding the xcode version, so I have posted this as an issue rather than a PR. There are still 2 months left until the workflow permanently breaks.
Issue
CircleCI reports in workflow
mac-build
See CircleCI pipelines for
cypress-example-kitchensink
logs.The log links to CircleCI's posting macOS Intel Support Deprecation in January 2024
CircleCI workflow .circleci/config.yml uses
macos.x86.medium.gen2
cypress-example-kitchensink/.circleci/config.yml
Lines 14 to 18 in dbd7233
The failure was due to a planned brownout. The macOS resource
macos.x86.medium.gen2
is planned to be withdrawn permanently on June 28, 2024. This means that this repo's CircleCI workflow .circleci/config.yml can be expected to permanently fail on this date if no changes are made to the macOS resource class being used.Suggestion
macos.x86.medium.gen2
tomacos.m1.medium.gen1
xcode
version above14.3.1
(see Testing iOS applications on macOS)CircleCI documentation reference
The text was updated successfully, but these errors were encountered: