Skip to content

Commit bfc4ec4

Browse files
committed
fixup! Run MacOS tests with multiple jobs
1 parent 735ef53 commit bfc4ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/dependencies/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
mkdir ${build_dir}
5454
cd ${build_dir}
5555
# This fixes some dependency build issues, especially on MacOS
56-
if [[ "${RUNNER_OS}" = "maxOS" && \
56+
if [[ "${RUNNER_OS}" = "macOS" && \
5757
"${{ steps.binaries.outputs.missing }}" =~ "boost" ]]
5858
then
5959
conan install \

0 commit comments

Comments
 (0)