Skip to content

Commit

Permalink
ci: Pin Python, Fedora and Ubuntu versions.
Browse files Browse the repository at this point in the history
To avoid ever changing tools in our CI due to newer releases of
Python/Fedora/Ubuntu.  We can always bump versions manually.

Signed-off-by: Dumitru Ceara <[email protected]>
  • Loading branch information
dceara committed Nov 15, 2023
1 parent 89b1ea2 commit dad2ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion utilities/containers/fedora/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit dad2ead

Please sign in to comment.