From 8d02a6a4c75de368840e2c59c2e97de41e0959e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sviatoslav=20Sydorenko=20=28=D0=A1=D0=B2=D1=8F=D1=82=D0=BE?= =?UTF-8?q?=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A1=D0=B8=D0=B4=D0=BE=D1=80=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE=29?= Date: Wed, 5 Jun 2024 21:26:49 +0200 Subject: [PATCH] Update the runner label to `ubuntu-latest` --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b6aed78c7..dd62bac28 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -682,7 +682,7 @@ jobs: strategy: matrix: os: - - ubuntu + - ubuntu-latest uses: ./.github/workflows/reusable-cibuildwheel.yml with: os: ${{ matrix.os }}