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.
2 parents 9993b98 + ff21692 commit 8a582e7Copy full SHA for 8a582e7
.github/workflows/test-and-publish.yaml
@@ -85,7 +85,7 @@ jobs:
85
key: spidermonkey-${{ env.MOZCENTRAL_VERSION }}-${{ runner.os }}-${{ runner.arch }}
86
lookup-only: true # skip download
87
- name: Setup XCode
88
- if: ${{ (matrix.os == 'macos-13' || matrix.os == 'macos-14') && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
+ 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: Build spidermonkey
0 commit comments