Skip to content

Commit 05cc475

Browse files
committed
test: use an ubuntu that has all the deadsnakes nightlies.
1 parent db8484d commit 05cc475

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python-nightly.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ concurrency:
3232
jobs:
3333
tests:
3434
name: "Python ${{ matrix.python-version }}"
35-
runs-on: ubuntu-latest
35+
# Choose a recent Ubuntu that deadsnakes still builds all the versions for.
36+
# For example, deadsnakes doesn't provide 3.10 nightly for 22.04 (jammy)
37+
# because jammy ships 3.10, and deadsnakes doesn't want to clobber it.
38+
# https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly/+packages
39+
runs-on: ubuntu-20.04
3640

3741
strategy:
3842
matrix:

0 commit comments

Comments
 (0)