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 2e767a7 commit e294021Copy full SHA for e294021
.github/workflows/test-and-publish.yaml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
version: 1.5.1
50
- name: Setup XCode
51
- if: ${{ matrix.os == 'macos-13' }}
+ if: ${{ matrix.os == 'macos-13' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
52
# SpiderMonkey 115 ESR requires XCode SDK version at least 13.3
53
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#installed-sdks
54
run: sudo xcode-select -switch /Applications/Xcode_14.3.app
0 commit comments