Skip to content

Commit

Permalink
test: use an ubuntu that has all the deadsnakes nightlies.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Dec 6, 2022
1 parent db8484d commit 05cc475
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ concurrency:
jobs:
tests:
name: "Python ${{ matrix.python-version }}"
runs-on: ubuntu-latest
# Choose a recent Ubuntu that deadsnakes still builds all the versions for.
# For example, deadsnakes doesn't provide 3.10 nightly for 22.04 (jammy)
# because jammy ships 3.10, and deadsnakes doesn't want to clobber it.
# https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly/+packages
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down

0 comments on commit 05cc475

Please sign in to comment.