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 b6c3fba commit 0d9cedbCopy full SHA for 0d9cedb
.github/workflows/test-and-publish.yaml
@@ -90,7 +90,7 @@ jobs:
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
+ 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