LibCST/.github/build-matrix.json
2022-01-28 10:31:53 +00:00

31 lines
No EOL
526 B
JSON

[
{
"vers": "x86_64",
"os": "ubuntu-20.04"
},
{
"vers": "i686",
"os": "ubuntu-20.04"
},
{
"vers": "arm64",
"os": "macos-10.15"
},
{
"vers": "auto64",
"os": "macos-10.15"
},
{
"vers": "auto64",
"os": "windows-2019"
},
{
"vers": "aarch64",
"os": [
"self-hosted",
"linux",
"ARM64"
],
"on_ref_regex": "^refs/(heads/main|tags/.*)$"
}
]