os - jimmytwei/oneAPI-samples GitHub Wiki

os is a required array field that specifies which operating systems the sample can be built and run. Supported array elements are:

  • linux
  • window
  • darwin (for macOS)

The os field in your sample.json file should have a format similar to the following:

"os": ["linux", "windows", "darwin"]