Reference another yaml in another repo

I am trying to reference yaml file in another repo using below method as below

It works successfully if both repo are using the same runner.
However, if I run additional job in a same yaml file choosing different runner in each job,
referencing yaml file in another repo (include:file) will fail.

Is it possible for me to specifiy the runner when using include:file?