Skip to content

Commit

Permalink
ci: Use Fedora 41 by default
Browse files Browse the repository at this point in the history
mypy reports bogus errors on Fedora 40.
  • Loading branch information
juergbi committed Mar 7, 2025
1 parent 560db9b commit 798b97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/compose/ci.docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'

x-tests-template: &tests-template
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:40-${CI_IMAGE_VERSION:-latest}
image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:41-${CI_IMAGE_VERSION:-latest}
command: tox -vvvvv -- --color=yes --integration
environment:
TOXENV: ${CI_TOXENV_ALL}
Expand Down

0 comments on commit 798b97c

Please sign in to comment.