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 b0f0f9b commit 67d6a9eCopy full SHA for 67d6a9e
.github/workflows/test-and-publish.yaml
@@ -88,9 +88,6 @@ 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_16.1.app
94
- name: Build spidermonkey
95
if: ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
96
run: ./setup.sh
0 commit comments