From 0582d52575afa26c3eefa20668aa4bd60479ae5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gytis=20Sto=C5=A1kevi=C4=8Dius?= Date: Tue, 10 Dec 2024 16:56:57 +0200 Subject: [PATCH] update python linter runners --- .github/workflows/linters.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 2f3879457..da1b3a308 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -89,7 +89,7 @@ jobs: command: fmt args: -- --check --color always python-format-black: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - run: pip3 install --no-deps -r requirements.txt @@ -101,7 +101,7 @@ jobs: - run: black --check --diff --color . working-directory: ci python-format-isort: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - run: pip3 install --no-deps -r requirements.txt @@ -109,7 +109,7 @@ jobs: - run: isort --check-only --diff . working-directory: nat-lab python-format-autoflake: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - run: pip3 install --no-deps -r requirements.txt @@ -118,7 +118,7 @@ jobs: working-directory: nat-lab python-lint: needs: uniffi-bindings - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 @@ -134,7 +134,7 @@ jobs: working-directory: nat-lab natlab-typecheck: needs: uniffi-bindings - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2