filecoin-project / rust-fil-proofs

Proofs for Filecoin in Rust
Other
489 stars 314 forks source link

ci: update macos runner to Apple silicon #1722

Closed galargh closed 11 months ago

galargh commented 11 months ago

CircleCI is removing support for Apple Intel executors on Oct 2 - see https://discuss.circleci.com/t/macos-resource-deprecation-update/46891. After that date only Apple Silicon executors will be available. This PR ensures the macos builds are executed on Apple Silicon executors only.

vmx commented 11 months ago

The commit message and description are not describing what the change is doing. It's still using x86 which will be deprecated in January. I suggest we move to a macos.m1.medium.gen1 so that we don't need to change in January again.

galargh commented 11 months ago

As per https://github.com/filecoin-project/rust-fil-proofs/pull/1722#issuecomment-1739139554, it turns out I misunderstood the announcement (timeline) slightly. I'm going to close this PR now and recreate it with correct commit messages and description. I'm sorry for the extra noise.