From 82c8c9527783fec49722859d62d2a7c82ed1bb12 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 4 Sep 2024 20:09:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=F0=9F=9A=91=20Fix=20a=20typo=20in?= =?UTF-8?q?=20`ubuntu-latest`=20@=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-cd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4446810bb6..5da03730aa 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -610,37 +610,37 @@ jobs: xfail: - false include: - - runner-vm-os: ubuntu-lates + - runner-vm-os: ubuntu-latest python-version: 3.11 toxenv: pre-commit environment-variables: '' tox-run-posargs: python-check-blanket-noqa --all-files xfail: true - - runner-vm-os: ubuntu-lates + - runner-vm-os: ubuntu-latest python-version: 3.11 toxenv: pre-commit environment-variables: '' tox-run-posargs: flake8 --all-files xfail: true - - runner-vm-os: ubuntu-lates + - runner-vm-os: ubuntu-latest python-version: 3.11 toxenv: pre-commit environment-variables: '' tox-run-posargs: mypy-py313 --all-files xfail: true - - runner-vm-os: ubuntu-lates + - runner-vm-os: ubuntu-latest python-version: 3.11 toxenv: pre-commit environment-variables: '' tox-run-posargs: mypy-py312 --all-files xfail: true - - runner-vm-os: ubuntu-lates + - runner-vm-os: ubuntu-latest python-version: 3.11 toxenv: pre-commit environment-variables: '' tox-run-posargs: mypy-py311 --all-files xfail: true - - runner-vm-os: ubuntu-lates + - runner-vm-os: ubuntu-latest python-version: 3.11 toxenv: pre-commit environment-variables: ''