|
18 | 18 | - {"runner": "windows-latest", "os": "win", "target": "x86_64"} |
19 | 19 | - {"runner": "windows-latest", "os": "win", "target": "arm64"} |
20 | 20 | - {"runner": "windows-latest", "os": "win", "target": "i386"} |
21 | | - - {"runner": "macos-latest", "os": "mac", "target": "x86_64"} |
22 | | - - {"runner": "macos-latest", "os": "mac", "target": "arm64"} |
| 21 | + - {"runner": "macos-latest", "os": "macos", "target": "x86_64"} |
| 22 | + - {"runner": "macos-latest", "os": "macos", "target": "arm64"} |
23 | 23 | steps: |
24 | 24 | - name: Checkout |
25 | 25 | uses: actions/checkout@v4 |
|
62 | 62 | - {"runner": "windows-latest", "os": "win", "target": "x86_64"} |
63 | 63 | - {"runner": "windows-latest", "os": "win", "target": "arm64"} |
64 | 64 | - {"runner": "windows-latest", "os": "win", "target": "i386"} |
65 | | - - {"runner": "macos-latest", "os": "mac", "target": "x86_64"} |
66 | | - - {"runner": "macos-latest", "os": "mac", "target": "arm64"} |
| 65 | + - {"runner": "macos-latest", "os": "macos", "target": "x86_64"} |
| 66 | + - {"runner": "macos-latest", "os": "macos", "target": "arm64"} |
67 | 67 | steps: |
68 | 68 | - name: Retrieve release distributions |
69 | 69 | uses: actions/download-artifact@v4 |
|
94 | 94 | - {"runner": "windows-latest", "os": "win", "target": "x86_64"} |
95 | 95 | - {"runner": "windows-latest", "os": "win", "target": "arm64"} |
96 | 96 | - {"runner": "windows-latest", "os": "win", "target": "i386"} |
97 | | - - {"runner": "macos-latest", "os": "mac", "target": "x86_64"} |
98 | | - - {"runner": "macos-latest", "os": "mac", "target": "arm64"} |
| 97 | + - {"runner": "macos-latest", "os": "macos", "target": "x86_64"} |
| 98 | + - {"runner": "macos-latest", "os": "macos", "target": "arm64"} |
99 | 99 | steps: |
100 | 100 | - uses: actions/download-artifact@v4 |
101 | 101 | with: |
|
0 commit comments