We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b4610 commit 8d0aadaCopy full SHA for 8d0aada
.github/workflows/build.yml
@@ -107,6 +107,9 @@ jobs:
107
python-version: '3.10'
108
- run: echo "SDKROOT=$(xcrun --show-sdk-path)" >> $GITHUB_ENV
109
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'
113
- run: sudo apt-get install -y --no-install-recommends libyaml-dev
114
if: startsWith(matrix.os, 'ubuntu')
115
0 commit comments