From a6579e3f942926e858f2388f1c03300f3c4d907c Mon Sep 17 00:00:00 2001 From: Volodymyr Vovchenko Date: Wed, 25 Sep 2024 14:39:40 -0500 Subject: [PATCH] Sync --- .github/workflows/cmake.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 571ba5b..2edbac2 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -7,12 +7,11 @@ env: BUILD_TYPE: Release jobs: - build-linux: + build: # The CMake configure and build commands are platform agnostic and should work equally # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - # runs-on: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} strategy: