From aa979212b105a7e28b0c1eadaab0c912bf80dea2 Mon Sep 17 00:00:00 2001 From: Pan Pastos Date: Thu, 15 Aug 2024 02:42:04 -0700 Subject: [PATCH] Update ubuntu runner image to a supported one --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da50a6d..083c884 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: build on: push jobs: tox: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -24,7 +24,7 @@ jobs: - run: tox -e ${{ matrix.python }}-${{ matrix.httplib }} misc: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: