Skip to content

Commit 8d0aada

Browse files
committed
Workaround XCode 14.2 bug
* oracle/truffleruby#3390
1 parent b6b4610 commit 8d0aada

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ jobs:
107107
python-version: '3.10'
108108
- run: echo "SDKROOT=$(xcrun --show-sdk-path)" >> $GITHUB_ENV
109109
if: startsWith(matrix.os, 'macos')
110+
# https://github.com/oracle/truffleruby/issues/3390
111+
- run: echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
112+
if: matrix.os == 'macos-12'
110113
- run: sudo apt-get install -y --no-install-recommends libyaml-dev
111114
if: startsWith(matrix.os, 'ubuntu')
112115

0 commit comments

Comments
 (0)