Skip to content

Commit f406604

Browse files
mkoeppeoscarbenjamin
authored andcommitted
CI: Update ci-sage.yml to use debian-bullseye (Python 3.9)
1 parent 03637c4 commit f406604

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-sage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
docker:
8080
uses: sagemath/sage/.github/workflows/docker.yml@develop
8181
with:
82-
# ubuntu-focal uses system python 3.8
82+
# debian-bullseye uses system python 3.9
8383
# archlinux-latest is at the cutting edge
8484
#
8585
# XXX: For now the archlinux job fails too often for reasons unrelated
@@ -91,9 +91,9 @@ jobs:
9191
# doctests.
9292
#
9393
#tox_system_factors: >-
94-
# ["ubuntu-focal", "archlinux-latest"]
94+
# ["debian-bullseye", "archlinux-latest"]
9595
tox_system_factors: >-
96-
["ubuntu-focal"]
96+
["debian-bullseye"]
9797
# "standard" installs lots of system packages, reducing the full build and test of the
9898
# Sage distribution to 3-4 hours
9999
tox_packages_factors: >-

0 commit comments

Comments
 (0)