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.
Failed to find an adequate linker
1 parent c402def commit 52f144bCopy full SHA for 52f144b
.github/workflows/test-and-publish.yaml
@@ -44,7 +44,7 @@ jobs:
44
key: spidermonkey115.7.0-${{ runner.os }}-${{ runner.arch }}
45
lookup-only: true # skip download
46
- name: Setup XCode
47
- if: ${{ matrix.os == 'macos-13' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
+ if: ${{ (matrix.os == 'macos-13' || matrix.os == 'macos-14') && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
48
# SpiderMonkey 115 ESR requires XCode SDK version at least 13.3
49
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#installed-sdks
50
run: sudo xcode-select -switch /Applications/Xcode_14.3.app
0 commit comments