|
1 | 1 | [ |
2 | 2 | { |
3 | 3 | "name": "linux-x86_64", |
4 | | - "runs-on": "ubuntu-20.04", |
5 | | - "rust": "nightly-2024-07-07", |
| 4 | + "runs-on": "ubuntu-22.04", |
| 5 | + "rust": "stable", |
6 | 6 | "target": "x86_64-unknown-linux-gnu", |
7 | 7 | "cross": false |
8 | 8 | }, |
9 | 9 | { |
10 | 10 | "name": "linux-arm64", |
11 | | - "runs-on": "ubuntu-latest", |
| 11 | + "runs-on": "ubuntu-22.04-arm", |
12 | 12 | "rust": "stable", |
13 | 13 | "target": "aarch64-unknown-linux-gnu", |
14 | | - "cross": true |
| 14 | + "cross": false |
15 | 15 | }, |
16 | 16 | { |
17 | 17 | "name": "linux-riscv64", |
|
51 | 51 | "best_effort": true |
52 | 52 | }, |
53 | 53 | { |
54 | | - "name": "windows-arm64", |
| 54 | + "name": "windows-x64-2025", |
| 55 | + "runs-on": "windows-2025", |
| 56 | + "rust": "stable", |
| 57 | + "target": "x86_64-pc-windows-msvc", |
| 58 | + "cross": false, |
| 59 | + "build_enabled": true, |
| 60 | + "best_effort": true |
| 61 | + }, |
| 62 | + { |
| 63 | + "name": "windows-arm64-cross", |
55 | 64 | "runs-on": "windows-latest", |
56 | 65 | "rust": "stable", |
57 | 66 | "target": "aarch64-pc-windows-msvc", |
58 | 67 | "cross": false, |
59 | 68 | "build_enabled": true, |
60 | 69 | "best_effort": true |
61 | 70 | }, |
| 71 | + { |
| 72 | + "name": "windows-arm64", |
| 73 | + "runs-on": "windows-11-arm", |
| 74 | + "rust": "stable", |
| 75 | + "target": "aarch64-pc-windows-msvc", |
| 76 | + "cross": false, |
| 77 | + "build_enabled": true, |
| 78 | + "best_effort": true |
| 79 | + }, |
62 | 80 | { |
63 | 81 | "name": "ios-x86_64", |
64 | 82 | "runs-on": "macos-latest", |
|
107 | 125 | { |
108 | 126 | "name": "android-riscv64", |
109 | 127 | "runs-on": "ubuntu-latest", |
110 | | - "rust": "nightly-2024-07-07", |
| 128 | + "rust": "nightly", |
111 | 129 | "target": "riscv64-linux-android", |
112 | 130 | "cross": true, |
113 | 131 | "build_enabled": true, |
|
0 commit comments