From 5f0939393cf3aa937e43ea3072b01a15268f9de7 Mon Sep 17 00:00:00 2001 From: Daniel Gaspar Date: Fri, 26 Jan 2024 14:04:14 +0000 Subject: [PATCH] fix CI --- .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 4137b01..e3dd683 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: lint: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 strategy: matrix: python-version: [3.7] @@ -35,7 +35,7 @@ jobs: run: mypy es tests: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 strategy: matrix: python-version: [3.7, 3.8, 3.9]