Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
The Circle.executors.MacOSExecutor
does not accept macos.m1.medium.gen1
as valid input.
Minimum reproduction code
see bellow
Steps to reproduce
const iosExecutor = new Circle.executors.MacOSExecutor(
'15.2.0',
'macos.m1.medium.gen1'
)
Expected behavior
Update type MacOSResourceClassAdvanced
with supported types
CircleCI Config SDK version
No response
Node.js version
No response
In which operating systems have you tested?
- macOS
- Windows
- Linux
Other
No response