From 71cf77c0a27d30e5c81ca386d05be230c8f617f9 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Sun, 15 Sep 2024 14:41:07 +0200 Subject: [PATCH] github action: Move tests running on Ubuntu 22.04 to get suport for Python 3.13 Fixes #393 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5c8b6c80..05079d98 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: