comparison .github/workflows/build-xapian.yml @ 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 05ce472d372b
children 7c9d209b598a
comparison
equal deleted inserted replaced
8153:18a391e63202 8156:131c962fb6af
24 cancel-in-progress: true 24 cancel-in-progress: true
25 25
26 jobs: 26 jobs:
27 test: 27 test:
28 name: build xapian 28 name: build xapian
29 runs-on: ubuntu-22.04 29 runs-on: ubuntu-24.04
30 30
31 env: 31 env:
32 # get colorized pytest output even without a controlling tty 32 # get colorized pytest output even without a controlling tty
33 PYTEST_ADDOPTS: "--color=yes" 33 PYTEST_ADDOPTS: "--color=yes"
34 # OS: ${{ matrix.os }} 34 # OS: ${{ matrix.os }}

Roundup Issue Tracker: http://roundup-tracker.org/