From f62d5d93eac6fe33154d8d4b09e35d0bac1f371f Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 30 Jul 2024 02:12:23 +0200 Subject: [PATCH] Fixed typo. --- .github/workflows/UnitTesting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/UnitTesting.yml b/.github/workflows/UnitTesting.yml index ebbc005..a7fdc83 100644 --- a/.github/workflows/UnitTesting.yml +++ b/.github/workflows/UnitTesting.yml @@ -275,7 +275,7 @@ jobs: # Before scripts - name: 🍎 macOS before scripts - if: matrix.system == 'ubuntu' && inputs.macos_before_script != '' + if: matrix.system == 'macos' && inputs.macos_before_script != '' run: ${{ inputs.macos_before_script }} - name: 🐧 Ubuntu before scripts