setup-maven
setup-maven copied to clipboard
Build Fails With MacOS
Since some time, my builds always fail for MacOS with the following error:
downloading https://archive.apache.org/dist/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.tar.gz
Error: connect ETIMEDOUT 138.201.131.134:443
For example in https://github.com/DaGeRe/peass/runs/5331041741?check_suite_focus=true for macos and Java 11 and 17. First, I assumed that this is some problem with the servers, but since it only happens on MacOS and constantly, this seems wrong. It always happens at setup-maven
, but the Java version differs, sometimes it runs on Java 8, sometime on Java 11. Is there maybe some other problem, which may be fixable by the action?
https://github.community/t/timeouts-to-apache-resource-from-macos/231343
Resolving #18 and #19 should help