Skip to content

Commit

Permalink
fixup! Run MacOS tests with multiple jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Nov 12, 2024
1 parent bf56682 commit e7b185e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
mkdir ${build_dir}
cd ${build_dir}
# This fixes some dependency build issues, especially on MacOS
if [[ "${RUNNER_OS}" = "maxOS" && \
if [[ "${RUNNER_OS}" = "macOS" && \
"${{ steps.binaries.outputs.missing }}" =~ "boost" ]]
then
conan install \
Expand Down

0 comments on commit e7b185e

Please sign in to comment.