From 6e031b7d32dddd2b98d1fa482f2a202d052053d9 Mon Sep 17 00:00:00 2001 From: Blanca Macazaga Date: Wed, 2 Oct 2024 11:54:29 +0200 Subject: [PATCH] test macos --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 29ffe98..2c2601b 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -131,7 +131,7 @@ jobs: run: | if [ "$RUNNER_OS" == "Linux" ]; then sudo chmod +x bin/build/linux-release/test/Iris.Tests/iris_tests && sudo chmod +x bin/build/linux-release/test/AddressSanitizer.Tests/AddressSanitizer.Tests - else if [ "$RUNNER_OS" == "macOS" ]; then + elif [ "$RUNNER_OS" == "macOS" ]; then chmod 755 bin/build/macos-release/test/Iris.Tests/iris_tests && chmod 755 bin/build/macos-release/test/AddressSanitizer.Tests/AddressSanitizer.Tests fi shell: bash