From 47478d8821df84adacfb444e3fa40e0478ac4c14 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 16 Jun 2022 17:07:59 +0300 Subject: [PATCH] fix: Fixed issue with macos version not running --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 20f9e27d..b1e331f7 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -176,8 +176,8 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Store ${{ matrix.bench.title }} result (CacheGrind) - uses: Roblox/rhysd-github-action-benchmark@v-luau if: matrix.os == ubuntu-latest + uses: Roblox/rhysd-github-action-benchmark@v-luau with: name: ${{ matrix.bench.title }} (CacheGrind) tool: "roblox"