From a0d61c145feedb521a4c90d24835f5d03ba14b86 Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic Date: Fri, 19 Jul 2024 10:09:16 +0000 Subject: [PATCH] Update build config --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12ff17d23a..17609d84e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,8 +6,6 @@ on: jobs: build: - runs-on: ${{ matrix.os }} - strategy: fail-fast: false matrix: @@ -15,7 +13,7 @@ jobs: {runs-on: ubuntu-20.04, c_compiler: clang, cpp_compiler: clang++, build_type: Release, enable_runtime: ON}, {runs-on: macos-latest, c_compiler: clang, cpp_compiler: clang++, build_type: Release, enable_runtime: OFF} ] - + runs-on: ${{ matrix.build.runs-on }} steps: - uses: actions/checkout@v4 with: