Skip to content

Commit 52f144b

Browse files
committed
ci: try fix Failed to find an adequate linker
1 parent c402def commit 52f144b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
key: spidermonkey115.7.0-${{ runner.os }}-${{ runner.arch }}
4545
lookup-only: true # skip download
4646
- name: Setup XCode
47-
if: ${{ matrix.os == 'macos-13' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
47+
if: ${{ (matrix.os == 'macos-13' || matrix.os == 'macos-14') && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
4848
# SpiderMonkey 115 ESR requires XCode SDK version at least 13.3
4949
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#installed-sdks
5050
run: sudo xcode-select -switch /Applications/Xcode_14.3.app

0 commit comments

Comments
 (0)