CircleCI: Cannot find a definition for executor named ubuntu?
问题 I am trying to extend the orb that is already in use. We have used Docker before but now want to use a machine executor and maybe a windows executor in the future. I go through the documentation, but it is not clear if it is possible to have executors of different types and call them on the same jobs. Is it possible to have executors of different types in the same orb in CircleCI? I tried creating the executor ubuntu.yml : description: > The executor to run testcontainers without extra setup