Skip to content

Commit

Permalink
Merge pull request #394 from pmisik/gha-ubuntu2204
Browse files Browse the repository at this point in the history
github action: Move tests running on Ubuntu 22.04 to get suport for Python 3.13
  • Loading branch information
twm authored Sep 16, 2024
2 parents 1de1793 + 78e9b39 commit 6a10cb5
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 6a10cb5

Please sign in to comment.