From bd8fa6b0af1022c1b12b041c17ef134c961e48ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC?= Date: Wed, 6 Nov 2024 20:55:37 +0300 Subject: [PATCH] Non Linux builds fix --- .github/workflows/cmake-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-build.yml b/.github/workflows/cmake-build.yml index 72d16af2..9aa242af 100644 --- a/.github/workflows/cmake-build.yml +++ b/.github/workflows/cmake-build.yml @@ -91,8 +91,8 @@ jobs: draft: false prerelease: false - windows_build: - runs-on: windows-latest + non_linux_build: + runs-on: ${{ matrix.os }} strategy: # Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.