We’re using .circleci/config.yaml with xcode: 26.4.0 and were expecting macos to be updated up to 26.4 or newer as well, but it still uses 26.3.1 even for 26.5: https://circle-macos-docs.s3.amazonaws.com/image-manifest/v18380/manifest.txt
The problem is, for flutter workflows, since macos 26.4 release, the rendering system have changed, and therefore all the goldens tests are failing. This issue is out of scope for flutter, and the only sane way to resolve is to update runner’s OS version: Goldens images changed after upgrade to macOS 26.4 · Issue #184182 · flutter/flutter · GitHub
We would like to either see the way to change the macos runner version, or bind the runner version with xcode version.