CI: Bump Ubuntu version used for the CI

Switch to the oldest supported version.
This commit is contained in:
Frej Drejhammar
2025-06-05 16:46:59 +02:00
parent 8762fee403
commit ae21cbf1a2

View File

@@ -10,7 +10,7 @@ on:
jobs:
test-earliest:
name: Run test suite on the earliest supported Python version
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4