Skip to content

Commit b6c3fba

Browse files
committed
fix(CI): failed to find an adequate linker
1 parent a5cdd79 commit b6c3fba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
if: ${{ matrix.os == 'macos-13' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
8989
# SpiderMonkey requires XCode SDK version at least 13.3
9090
run: sudo xcode-select -switch /Applications/Xcode_14.3.app
91+
- name: Setup XCode
92+
if: ${{ matrix.os == 'macos-14' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
93+
run: sudo xcode-select -switch /Applications/Xcode_15.0.app
9194
- name: Build spidermonkey
9295
if: ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
9396
run: ./setup.sh

0 commit comments

Comments
 (0)