Skip to content
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

CircleCI: macOS Intel support deprecation brownout failure #830

Closed
MikeMcC399 opened this issue Apr 24, 2024 · 2 comments
Closed

CircleCI: macOS Intel support deprecation brownout failure #830

MikeMcC399 opened this issue Apr 24, 2024 · 2 comments

Comments

@MikeMcC399
Copy link
Contributor

Issue

CircleCI reports in workflow mac-build

This job was rejected because the resource class is unavailable

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

executors:
mac:
macos:
xcode: "14.3.1"
resource_class: macos.x86.medium.gen2

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

  1. Migrate from macos.x86.medium.gen2 to macos.m1.medium.gen1
  2. Consider updating also to a later xcode version above 14.3.1 (see Testing iOS applications on macOS)

CircleCI documentation reference

@MikeMcC399
Copy link
Contributor Author

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.

@MikeMcC399 MikeMcC399 changed the title macOS Intel support deprecation brownout failure CircleCI: macOS Intel support deprecation brownout failure Apr 24, 2024
@MikeMcC399
Copy link
Contributor Author

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

No branches or pull requests

1 participant