Skip to content

Commit

Permalink
CI: Update ci-sage.yml to use debian-bullseye (Python 3.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 24, 2023
1 parent 9c426c1 commit eec934f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
docker:
uses: sagemath/sage/.github/workflows/docker.yml@develop
with:
# ubuntu-focal uses system python 3.8
# debian-bullseye uses system python 3.9
# archlinux-latest is at the cutting edge
#
# XXX: For now the archlinux job fails too often for reasons unrelated
Expand All @@ -91,9 +91,9 @@ jobs:
# doctests.
#
#tox_system_factors: >-
# ["ubuntu-focal", "archlinux-latest"]
# ["debian-bullseye", "archlinux-latest"]
tox_system_factors: >-
["ubuntu-focal"]
["debian-bullseye"]
# "standard" installs lots of system packages, reducing the full build and test of the
# Sage distribution to 3-4 hours
tox_packages_factors: >-
Expand Down

0 comments on commit eec934f

Please sign in to comment.