bump: update Ubuntu & drop python 2.x #228
Annotations
1 error and 1 warning
Run docker/build-push-action@v6
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common dirmngr gnupg && add-apt-repository ppa:deadsnakes/ppa && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev $( if [ \"${PYTHON_VERSION%%.*}\" -eq 3 ] && [ \"${PYTHON_VERSION#*.}\" -lt 10 ]; then echo \"python${PYTHON_VERSION}-distutils\"; fi ) curl wget && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && python -m ensurepip --upgrade" did not complete successfully: exit code: 1
|
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Loading