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.
1 parent a5cdd79 commit b6c3fbaCopy full SHA for b6c3fba
.github/workflows/test-and-publish.yaml
@@ -88,6 +88,9 @@ jobs:
88
if: ${{ matrix.os == 'macos-13' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
89
# SpiderMonkey requires XCode SDK version at least 13.3
90
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
94
- name: Build spidermonkey
95
if: ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
96
run: ./setup.sh
0 commit comments