Skip to content

Commit facd89a

Browse files
authored
Update build.yaml
1 parent edbd36d commit facd89a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ jobs:
121121
- uses: ilammy/msvc-dev-cmd@v1
122122
if: matrix.config.name == 'windows'
123123

124+
- uses: maxim-lobanov/setup-xcode@v1
125+
if: matrix.config.name == 'macos'
126+
with:
127+
xcode-version: latest-stable
128+
124129
- name: Setup Python
125130
uses: actions/setup-python@v6
126131
with:

0 commit comments

Comments
 (0)