We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf6c51 commit 71fd203Copy full SHA for 71fd203
.github/workflows/main.yml
@@ -121,7 +121,7 @@ jobs:
121
container: ${{ matrix.container_image }}
122
timeout-minutes: 90
123
env:
124
- MACOSX_DEPLOYMENT_TARGET: ${{ matrix.arch == 'arm64' && '11.0' || '10.12' }}
+ MACOSX_DEPLOYMENT_TARGET: ${{ matrix.arch == 'arm64' && '14.7' || '13.7' }}
125
steps:
126
- name: 'Set up Linux container'
127
if: matrix.container_image
0 commit comments