Skip to content

Commit 959372d

Browse files
committed
Test examples on MacOS with server from linux Docker image
1 parent a06a0de commit 959372d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
if [ ${{ matrix.os }} == "macos-latest" ]; then
8080
export platform="any"
81-
if [ ${{ matrix.os }} == "ubuntu-latest" ]; then
81+
elif [ ${{ matrix.os }} == "ubuntu-latest" ]; then
8282
export platform="manylinux_2_17"
8383
else
8484
export platform="win"

0 commit comments

Comments
 (0)