Skip to content

Conversation

@MikeMcC399
Copy link
Collaborator

@MikeMcC399 MikeMcC399 commented Nov 11, 2025

Situation

CircleCI announced Deprecation of Mac M1 and M2 resource classes on Oct 15, 2025, with brownouts planned for Dec 2025 & Jan 2026 and removal on Feb 16, 2026.

The CircleCI config .circleci/config.yml uses xcode machine image 16.2.0, using macOS 14.6.1 with resource class macos.m1.medium.gen1.

Change

Update to latest xcode 16.x version 16.4.0 from Supported Xcode versions for Apple silicon using macOS 15.3.2.

Migrate away from the CircleCI macOS execution environment deprecated resource class using macos.m1.medium.gen1 to use instead the resource class m4pro.medium explicitly.

@cypress-app-bot
Copy link
Collaborator

@MikeMcC399
Copy link
Collaborator Author

There is a warning in the mac-test job
https://app.circleci.com/pipelines/github/cypress-io/cypress-example-kitchensink/2211/workflows/4be25a4f-ddba-4412-8eca-067ce48d51cb/jobs/15267

/bin/sh: /Users/distiller/Library/Caches/Cypress/15.5.0/Cypress.app/Contents/Resources/app/node_modules/term-size/vendor/macos/term-size: Bad CPU type in executable

@AtofStryker
Copy link
Contributor

Thank you as always @MikeMcC399

@AtofStryker AtofStryker merged commit ae576dd into cypress-io:master Nov 13, 2025
13 checks passed
@AtofStryker
Copy link
Contributor

looks like we are running into the "npm not found" issue even though this passed on the pull branch 🤔 . Will take a look in a few since I'm doing some infra updates today

@MikeMcC399

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate away from deprecated CircleCI resource class macos.m1.medium.gen1

3 participants