You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
THe github action for checking the ansible playbooks on MacOS both have issues.
MacOS14 is failing due to the playbook attempting to install cmake on the github runner when it is already installed.
MacOS14 is also failing due to the keyserver.ubuntu.com hostname not resolving with a no route to host error ( raised upstream : actions/runner-images#9777 )
MacOS11 is performing so badly, that eventually the check appears to timeout, given that macos 11 was end of life back in November 2023, this check should be moved up to macos13.
The text was updated successfully, but these errors were encountered:
THe github action for checking the ansible playbooks on MacOS both have issues.
MacOS14 is failing due to the playbook attempting to install cmake on the github runner when it is already installed.
MacOS14 is also failing due to the keyserver.ubuntu.com hostname not resolving with a no route to host error ( raised upstream : actions/runner-images#9777 )
MacOS11 is performing so badly, that eventually the check appears to timeout, given that macos 11 was end of life back in November 2023, this check should be moved up to macos13.
The text was updated successfully, but these errors were encountered: