prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
15.93k stars 5.33k forks source link

CircleCI deprecates Intel macOS in January 2024 #20959

Open nkaretnikov opened 12 months ago

nkaretnikov commented 12 months ago

Presto uses this resource in .circleci/continue_config.yml to test presto-native-execution:

  macos-intel:
    macos:
      xcode: "14.3.0"
    resource_class: macos.x86.medium.gen2

It's marked as deprecated here: https://circleci.com/docs/using-macos/

Announcement: https://discuss.circleci.com/t/macos-intel-support-deprecation-in-january-2024/48718

Starting February 1, 2024 we will only offer Apple silicon-based macOS resources. As previously announced, we will be deprecating our Gen1 resources on 2 October 2023. We will also be deprecating our Dedicated Hosts at this time. In January 2024, we will deprecate our Gen2 resources, ending our support for all Intel-based macOS resources. Jobs still calling these resource classes after this will fail with an Invalid resource class error.

nkaretnikov commented 12 months ago

cc @kgpai