Commit 70e7933
CI: update Python CI targets for macos-x86_64 and macos-arm64
The Python CI jobs for the targets `macos-x86_64` and `macos-arm64` fail systematically with the error:
`This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.`
Here is and example:
- https://github.com/solvespace/solvespace/actions/runs/12977807252
- https://github.com/solvespace/solvespace/actions/runs/12977807252/job/36191642761
To fix the problem update the target OS to "macos-latest" for both targets.
As a side note the Python CI uses a huge amount of our "Action budget" - I do not know how much free CI time GitHub currently provides but we should consider this.
https://github.com/solvespace/solvespace/actions/metrics/usage1 parent 4468c03 commit 70e7933
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments