From e2c61a58008641631007c5ee75085ccc506f782a Mon Sep 17 00:00:00 2001 From: aniltirli <35190700+aniltirli@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:17:31 +0300 Subject: [PATCH] chore: revert ci check back to ubuntu-latest after isort fix (#375) --- .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 05454bf..9a7b1ef 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