Mercurial > p > roundup > code
changeset 8156:131c962fb6af
try 24.04 issue2551338 - xapian doesn't build in CI for 3.13 python
try release 24.04 of ubuntu with 3.13.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Nov 2024 13:16:48 -0500 |
| parents | 18a391e63202 |
| children | 7c9d209b598a |
| files | .github/workflows/build-xapian.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/build-xapian.yml Sun Nov 10 14:25:16 2024 -0500 +++ b/.github/workflows/build-xapian.yml Mon Nov 11 13:16:48 2024 -0500 @@ -26,7 +26,7 @@ jobs: test: name: build xapian - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: # get colorized pytest output even without a controlling tty
