[
{
"name": "linux-x86_64",
"runs-on": "ubuntu-22.04",
"rust": "stable",
"target": "x86_64-unknown-linux-gnu",
"cross": false
},
{
"name": "linux-arm64",
"runs-on": "ubuntu-22.04-arm",
"rust": "stable",
"target": "aarch64-unknown-linux-gnu",
"cross": false
},
{
"name": "linux-riscv64",
"runs-on": "ubuntu-latest",
"rust": "stable",
"target": "riscv64gc-unknown-linux-gnu",
"cross": true
},
{
"name": "macos-x86_64",
"runs-on": "macos-13",
"rust": "stable",
"target": "x86_64-apple-darwin",
"cross": false
},
{
"name": "macos-arm64",
"runs-on": "macos-14",
"rust": "stable",
"target": "aarch64-apple-darwin",
"cross": false
},
{
"name": "windows-x64-2022",
"runs-on": "windows-2022",
"rust": "stable",
"target": "x86_64-pc-windows-msvc",
"cross": false,
"build_enabled": true,
"best_effort": true
},
{
"name": "windows-x64-2025",
"runs-on": "windows-2025",
"rust": "stable",
"target": "x86_64-pc-windows-msvc",
"cross": false,
"build_enabled": true,
"best_effort": true
},
{
"name": "windows-arm64-cross",
"runs-on": "windows-latest",
"rust": "stable",
"target": "aarch64-pc-windows-msvc",
"cross": false,
"build_enabled": true,
"best_effort": true
},
{
"name": "windows-arm64",
"runs-on": "windows-11-arm",
"rust": "stable",
"target": "aarch64-pc-windows-msvc",
"cross": false,
"build_enabled": true,
"best_effort": true
},
{
"name": "ios-x86_64",
"runs-on": "macos-latest",
"rust": "stable",
"target": "x86_64-apple-ios",
"cross": false,
"build_enabled": true,
"best_effort": true
},
{
"name": "ios-aarch64",
"runs-on": "macos-latest",
"rust": "stable",
"target": "aarch64-apple-ios",
"cross": false,
"build_enabled": true,
"best_effort": true
},
{
"name": "ios-aarch64-sim",
"runs-on": "macos-latest",
"rust": "stable",
"target": "aarch64-apple-ios-sim",
"cross": false,
"build_enabled": true,
"best_effort": true
},
{
"name": "android-x86_64",
"runs-on": "ubuntu-latest",
"rust": "stable",
"target": "x86_64-linux-android",
"cross": true,
"build_enabled": true,
"best_effort": true
},
{
"name": "android-aarch64",
"runs-on": "ubuntu-latest",
"rust": "stable",
"target": "aarch64-linux-android",
"cross": true,
"build_enabled": true,
"best_effort": true
},
{
"name": "android-riscv64",
"runs-on": "ubuntu-latest",
"rust": "nightly",
"target": "riscv64-linux-android",
"cross": true,
"build_enabled": true,
"best_effort": true
}
]