Skip to content

Commit 90f6542

Browse files
V4 macos fix build (#20704)
1 parent 84a6afc commit 90f6542

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
submodules: recursive
6363
- run: python download-deps.py --r no
64-
- run: cmake -B b -S .
64+
- run: cmake -B b -S . -GXcode
6565
- run: cmake --build b
6666

6767
macos-11:
@@ -71,8 +71,8 @@ jobs:
7171
with:
7272
submodules: recursive
7373
- run: python download-deps.py --r no
74-
- run: cmake -B b -S .
75-
- run: cmake --build b
74+
- run: cmake -B b -S . -GXcode
75+
- run: cmake --build b
7676

7777
macos-10_15_ios:
7878
runs-on: macos-10.15

0 commit comments

Comments
 (0)