Skip to content

Commit 70e7933

Browse files
vespakoenruevs
authored andcommitted
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/usage
1 parent 4468c03 commit 70e7933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ jobs:
8282
# cibuildwheel_architecture: "ARM64"
8383
# cmake_generator_platform: "ARM64"
8484
- os_arch: "macos-x86_64"
85-
os: "macos-11.0"
85+
os: "macos-latest"
8686
os_short: "macos"
8787
cibuildwheel_architecture: "x86_64"
8888
architecture: "x86_64"
8989
- os_arch: "macos-arm64"
90-
os: "macos-11.0"
90+
os: "macos-latest"
9191
os_short: "macos"
9292
cibuildwheel_architecture: "arm64"
9393
architecture: "arm64"

0 commit comments

Comments
 (0)