Skip to content

Commit e1e3c49

Browse files
committed
Fix compatibility issues
1 parent 4a8c39e commit e1e3c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
${{ runner.os }}-go-${{ matrix.go-version }}-
8383
- name: Install old MacOS SDK (for backward compatibility of CGO)
8484
run: source .github/install_macos_sdk.sh 10.15
85-
if: runner.os == 'macOS' && startsWith(runner.os_version, '12')
85+
if: github.event.inputs.run-on-runner != 'ARM64'
8686
- name: Set env vars
8787
env:
8888
UNSPLASH_KEY: ${{ secrets.UNSPLASH_KEY }}

0 commit comments

Comments
 (0)