We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8c39e commit e1e3c49Copy full SHA for e1e3c49
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
${{ runner.os }}-go-${{ matrix.go-version }}-
83
- name: Install old MacOS SDK (for backward compatibility of CGO)
84
run: source .github/install_macos_sdk.sh 10.15
85
- if: runner.os == 'macOS' && startsWith(runner.os_version, '12')
+ if: github.event.inputs.run-on-runner != 'ARM64'
86
- name: Set env vars
87
env:
88
UNSPLASH_KEY: ${{ secrets.UNSPLASH_KEY }}
0 commit comments