-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS 14 Runner Cant Resolve keyserver.ubuntu.com #9777
Comments
Hey @steelhead31. System itself is resolving |
@shamil-mubarakshin Thanks! |
@steelhead31, looks like it is something MacOs specific. I get similar results when running command on a local Mac machine, as well as Actions MacOS offerings. It is also sporadic (some complete successfully over a number of attempts).
So far it doesn't look like something to be resolved on an image side. Let me know if you have any additional information |
Thanks for the response, I'll check with some of our Mac developers, see if anyone else has seen this behaviour outside of the runner. The workaround works for now. |
Ok, since it looks intermittent, I'll assume its server side @ Ubuntu, will keep an eye on this. |
Description
The MACOS 14 github action runner is unable to resolve keyserver.ubuntu.com for retrieving GPG keys.
Currently using this workaround to replace the keyserver name with its IP address which works
sed -i '' 's/keyserver\.ubuntu\.com/185.125.188.27/g'
Platforms affected
Runner images affected
Image version and build link
Link : https://github.com/adoptium/infrastructure/actions/runs/8922598468/job/24505071773
Current runner version: '2.316.0'
Operating System
macOS
14.4.1
23E224
Runner Image
Runner Image Provisioner
GITHUB_TOKEN Permissions
Secret source: None
Prepare workflow directory
Prepare all required actions
Getting action download info
Download action repository 'actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633' (SHA:9bb56186c3b09b4f86b1c65136769dd318469633)
Complete job name: macOS (macos-14)
Is it regression?
No
Expected behavior
The machine should be able to resolve the DNS name to its IP address
Actual behavior
Repro steps
Import a gpg key from keyserver.ubuntu.com on a macos14 runner.
The text was updated successfully, but these errors were encountered: