From 148b069589c29c9cd66ee9b0b6ddef163761ce24 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Wed, 8 Jan 2025 15:58:51 +0100 Subject: [PATCH] chore: Update py lint to use ubuntu 22.04 --- .github/workflows/py_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/py_lint.yml b/.github/workflows/py_lint.yml index 11d0a8b7d..543a0d221 100644 --- a/.github/workflows/py_lint.yml +++ b/.github/workflows/py_lint.yml @@ -16,7 +16,7 @@ jobs: fail-fast: true matrix: os: - - ubuntu-latest + - ubuntu-22.04 python-version: ["3.10.x", "3.11.x"] defaults: