This error can happen when using container images in your workflow built for OS or CPU architectures that are not currently supported.
Check that your container image (see the uses: …
line in your workflow steps) is built for the OS/ARCH
of linux/amd64
(as of December 2023).