Skip to content

Commit

Permalink
github action: Move tests running on Ubuntu 22.04 to get suport for P…
Browse files Browse the repository at this point in the history
…ython 3.13

Fixes #393
  • Loading branch information
pmisik committed Sep 15, 2024
1 parent 8bbd32a commit 71cf77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

test:
name: "Test ${{ matrix.python-version }} with ${{ matrix.twisted-version }} Twisted"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10
continue-on-error: ${{ matrix.experimental }}
strategy:
Expand Down

0 comments on commit 71cf77c

Please sign in to comment.