We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f5988 commit b33a506Copy full SHA for b33a506
1 file changed
.github/workflows/mac.yml
@@ -53,6 +53,10 @@ jobs:
53
- uses: actions/checkout@v4
54
with:
55
submodules: recursive
56
+ - name: Install Xcode
57
+ uses: maxim-lobanov/setup-xcode@v1
58
+ with:
59
+ xcode-version: 'latest'
60
- name: Setup environment
61
run: |
62
brew update-reset
@@ -94,6 +98,10 @@ jobs:
94
98
runs-on: macOS-latest
95
99
steps:
96
100
101
102
103
104
97
105
106
107
@@ -156,6 +164,10 @@ jobs:
156
164
157
165
158
166
167
168
169
170
159
171
160
172
161
173
0 commit comments