try to use older Ubuntu for failing tests, could not reproduce locally

This commit is contained in:
2024-10-30 13:26:03 +01:00
parent aa57d75751
commit 5d50e92521

View File

@@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']