From 57ad500ca0072a3cba5a3522ca4b9d8b0be3773a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C4=B1l=20T=C4=B1rl=C4=B1o=C4=9Flu?= Date: Mon, 28 Oct 2024 22:11:17 +0300 Subject: [PATCH] chore: revert ci check back to ubuntu-latest after isort fix --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05454bf6..9a7b1ef9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,7 @@ on: jobs: check: - # TODO put back ubuntu-latest when isort issue will be fixed - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Clone this repository uses: actions/checkout@v4