diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index edf4fb2fd4..c33feefc3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -175,7 +175,7 @@ jobs: - name: set up python uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.11' - name: prepare run: ./.ci/osx-prepare.sh - name: build diff --git a/utilities/containers/fedora/Dockerfile b/utilities/containers/fedora/Dockerfile index be8cd6ff26..704f3e241c 100755 --- a/utilities/containers/fedora/Dockerfile +++ b/utilities/containers/fedora/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora:37 +FROM registry.fedoraproject.org/fedora:37 # Update distro, install packages and clean any possible leftovers RUN dnf -y update \