From 6e4766149f1752d2da352e21480d0295d96569f2 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Mon, 1 Mar 2021 15:08:22 +0400 Subject: [PATCH] Fixed github action matrix. --- .github/workflows/cmake.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0f731cd..e8a37ed 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -13,9 +13,7 @@ jobs: matrix: os: [ubuntu-20.04] include: - - os: macos-latest - - os: ubuntu-latest - - os: windows-latest + - os: ubuntu-20.04 steps: - uses: actions/checkout@v2