Skip to content

Commit b0b79a9

Browse files
committedJul 13, 2023
8301097: Update GHA XCode to 12.5.1
Backport-of: b8e5abc1e8f5c7e2f0af675abb0e2ed481ffe128
1 parent 310115a commit b0b79a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
uses: ./.github/workflows/build-macos.yml
203203
with:
204204
platform: macos-x64
205-
xcode-toolset-version: '11.7'
205+
xcode-toolset-version: '12.5.1'
206206
if: needs.select.outputs.macos-x64 == 'true'
207207

208208
build-macos-aarch64:
@@ -211,7 +211,7 @@ jobs:
211211
uses: ./.github/workflows/build-macos.yml
212212
with:
213213
platform: macos-aarch64
214-
xcode-toolset-version: '12.4'
214+
xcode-toolset-version: '12.5.1'
215215
extra-conf-options: '--openjdk-target=aarch64-apple-darwin'
216216
if: needs.select.outputs.macos-aarch64 == 'true'
217217

0 commit comments

Comments
 (0)