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 8c167b5 commit a705627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ jobs:
if: runner.os == 'Linux' || runner.os == 'macOS'
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
sudo chmod +x bin/build/linux-release/test/Iris.Tests/iris_tests
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
chmod 755 bin/build/macos-release/test/Iris.Tests/iris_tests
fi
shell: bash

Expand Down

0 comments on commit a705627

Please sign in to comment.