We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310115a commit b0b79a9Copy full SHA for b0b79a9
.github/workflows/main.yml
@@ -202,7 +202,7 @@ jobs:
202
uses: ./.github/workflows/build-macos.yml
203
with:
204
platform: macos-x64
205
- xcode-toolset-version: '11.7'
+ xcode-toolset-version: '12.5.1'
206
if: needs.select.outputs.macos-x64 == 'true'
207
208
build-macos-aarch64:
@@ -211,7 +211,7 @@ jobs:
211
212
213
platform: macos-aarch64
214
- xcode-toolset-version: '12.4'
215
extra-conf-options: '--openjdk-target=aarch64-apple-darwin'
216
if: needs.select.outputs.macos-aarch64 == 'true'
217
0 commit comments