Skip to content

Commit

Permalink
test macos
Browse files Browse the repository at this point in the history
  • Loading branch information
blamacaz committed Oct 2, 2024
1 parent 588d997 commit 6e031b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e031b7

Please sign in to comment.