Upgade m4pro.medium and XCode for CircleCI macOS build (#7669)

* This reduces total build time by ~40%.
This commit is contained in:
Florian Rival
2025-06-24 10:45:29 +01:00
committed by GitHub
parent 9467caf1e9
commit f5f9944fc4

View File

@@ -18,8 +18,8 @@ jobs:
# Build the **entire** app for macOS (including the GDevelop.js library).
build-macos:
macos:
xcode: 14.2.0
resource_class: macos.m1.large.gen1
xcode: 16.4.0
resource_class: m4pro.medium
steps:
- checkout
# Install Rosetta for AWS CLI and disable TSO to speed up S3 uploads (https://support.circleci.com/hc/en-us/articles/19334402064027-Troubleshooting-slow-uploads-to-S3-for-jobs-using-an-m1-macOS-resource-class)