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 21477c6Copy full SHA for 21477c6
.github/workflows/main.yml
@@ -120,8 +120,8 @@ jobs:
120
runs-on: ${{ matrix.os }}
121
container: ${{ matrix.container_image }}
122
timeout-minutes: 90
123
- env:
124
- MACOSX_DEPLOYMENT_TARGET: ${{ matrix.arch == 'arm64' && '11.0' || '10.12' }}
+ #env:
+ # MACOSX_DEPLOYMENT_TARGET: ${{ matrix.arch == 'arm64' && '11.0' || '10.12' }}
125
steps:
126
- name: 'Set up Linux container'
127
if: matrix.container_image
0 commit comments