From f0c25c763b423554183f99c9562144f9755f8145 Mon Sep 17 00:00:00 2001 From: agracio Date: Mon, 6 May 2024 21:07:13 +0100 Subject: [PATCH] adding macOS M1 action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b48a717..e13cec27 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -84,7 +84,7 @@ jobs: EDGE_USE_CORECLR: 1 - name: Test Report - uses: phoenix-actions/test-reporting@v8 + uses: phoenix-actions/test-reporting@v9 if: success() with: name: Tests (${{ matrix.os }}, ${{ matrix.node }}) # Name of the check run which will be created