Skip to content

Commit ccdca1e

Browse files
install xcode
1 parent dc529c8 commit ccdca1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cupcake.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ jobs:
106106
uses: jwlawson/actions-setup-cmake@v2
107107
with:
108108
cmake-version: ${{ matrix.cmake }}
109+
- name: install XCode on macOS
110+
if: startsWith(matrix.platform, 'macos')
111+
uses: maxim-lobanov/setup-xcode@v1
112+
with:
113+
xcode-version: '15.3'
109114
- name: install Ninja on Linux
110115
if: matrix.generator == 'Ninja' && startsWith(matrix.platform, 'ubuntu')
111116
run: sudo apt install ninja-build

0 commit comments

Comments
 (0)