We are now getting CI errors like this:
adafruit/circuitpython/.github/workflows/build-boards.yml@e6bf001c32b51035f7e13078cc20d9c3a5b5a58d (Line: 27, Col: 7): Strategy for job 'board' produced 257 configurations which exceeds the maximum of 256 configurations
This is causing espressif on a full build. espressif now has 257 boards
256 is a hard limit set by GitHub CI. So we need to split the espressif job configurations.
We are now getting CI errors like this:
This is causing
espressifon a full build.espressifnow has 257 boards256 is a hard limit set by GitHub CI. So we need to split the espressif job configurations.