From 3f1d35578bd5b8eda0b81c6c6d7e3c6bbaba0ffc Mon Sep 17 00:00:00 2001 From: Tapasvi Patel Date: Thu, 1 Aug 2024 17:20:53 +0000 Subject: [PATCH] changes --- .github/workflows/post-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml index cc9a15681..cd26c3eff 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml @@ -15,8 +15,8 @@ jobs: fail-fast: false matrix: build: [ - {runs-on: [n150], c_compiler: clang, cpp_compiler: clang++, build_type: Release, enable_runtime: ON}, - {runs-on: [n150], c_compiler: clang, cpp_compiler: clang++, build_type: Release, enable_runtime: ON, enable_perf: ON}, + {runs-on: n150, c_compiler: clang, cpp_compiler: clang++, build_type: Release, enable_runtime: ON}, + {runs-on: n150, c_compiler: clang, cpp_compiler: clang++, build_type: Release, enable_runtime: ON, enable_perf: ON}, ] runs-on: ${{ matrix.build.runs-on }} steps: