How gitlab ci runs git runner on different platforms

is like this, we are responsible for cross-platform SDK development, need to compile code on platforms such as mac, ndk, windows, ios, SDK uses a set of code. I configured .gitlab-ci.yml, in the repository root directory as follows

  job1:
  script: "python build_win.py"

and gitlab-runner is configured on both mac os and windows. The question now is, how do you get the warehouse to specify gitlab-runner, from multiple runner and then runner on windows to execute build_win.py script build_mac.py on, mac os?

Mar.03,2021

. Tags in gitlab-ci.yml can specify which runner to run on

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36943-343f0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36943-343f0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?